Skip to content

Commit

Permalink
add help
Browse files Browse the repository at this point in the history
  • Loading branch information
tqbf committed Apr 6, 2021
1 parent ad9b80c commit 23465fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ssh_terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func sshConnect(p *SSHParams, addr string) error {

cert, err := singleUseSSHCertificate(p.Ctx, p.Org)
if err != nil {
return fmt.Errorf("create ssh certificate: %w", err)
return fmt.Errorf("create ssh certificate: %w (if you haven't created a key for your org yet, try `flyctl ssh establish`)", err)
}

pk, err := parsePrivateKey(cert.Key)
Expand Down

0 comments on commit 23465fa

Please sign in to comment.