linter appeasement
This commit is contained in:
parent
f7d5c5f725
commit
e1238015f5
1 changed files with 3 additions and 1 deletions
|
|
@ -99,7 +99,9 @@ func Login(opts *LoginOptions) error {
|
|||
if sshChoice {
|
||||
passphrase, err := opts.Prompter.Password(
|
||||
"Enter a passphrase for your new SSH key (Optional)")
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
keyPair, err := opts.sshContext.GenerateSSHKey("id_ed25519", passphrase)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue