Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When gathering SSH keys, it is not clear which key the prompt is referring to Enter passphrase: #11

Open
cofiem opened this issue Apr 29, 2020 · 0 comments

Comments

@cofiem
Copy link
Contributor

cofiem commented Apr 29, 2020

For example:

$ sedge update
C:\\Users\\user1/.ssh\\key1_id_rsa.ppk is not a public key file.
Load key "C:\\Users\\user1/.ssh\\key1_id_rsa.ppk": invalid format
C:\\Users\\user1/.ssh\\key2_id_rsa is not a public key file.
Load key "C:\\Users\\user1/.ssh\\key2_id_rsa.ppk": invalid format
C:\\Users\\user1/.ssh\\archive\\key3_id_rsa is not a key file.
Enter passphrase:
Load key "C:\\Users\\user1/.ssh\\archive\\key3_id_rsa": incorrect passphrase supplied to decrypt private key

The line before the Enter passphrase: line C:\\Users\\user1/.ssh\\archive\\key3_id_rsa is not a key file. does not make it clear that the prompt is for this key file. It should be absolutely clear which key file the prompt is for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant