Skip to main content
2 events
when toggle format what by license comment
Dec 9, 2020 at 20:31 comment added Mark Reed What happened is that OpenSSH adopted a new private key storage format that has support for comments inside the private key, which of course can't be changed if you don't have the passphrase. If the private key is stored in this new file format (which you can recognize by the BEGIN OPENSSH PRIVATE KEY at the top of the file) , then ssh-add -l displays it; if not, it instead displays the name of the file from which the key was loaded.
Feb 8, 2020 at 18:57 history answered slm CC BY-SA 4.0