https://bugzilla.mindrot.org/show_bug.cgi?id=2667
Aaron Jones <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX |--- --- Comment #2 from Aaron Jones <[email protected]> --- I migrated all of my keys to the new format more than a year ago. Just incase I forgot one, though, I checked: aaron@saiga ~/.ssh $ head -n1 id_rsa -----BEGIN OPENSSH PRIVATE KEY----- But I tried anyway: aaron@saiga ~/.ssh $ ssh-keygen -a 128 -opf id_rsa -C "Aaron M. D. Jones <[email protected]>" Enter old passphrase: Key has comment 'Aaron M. D. Jones <[email protected]>' Enter new passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved with the new passphrase. aaron@saiga ~/.ssh $ head -n1 id_rsa -----BEGIN OPENSSH PRIVATE KEY----- And the problem persists: aaron@saiga ~/.ssh $ ssh-add -D All identities removed. aaron@saiga ~/.ssh $ ssh-add Enter passphrase for /home/aaron/.ssh/id_rsa: Identity added: /home/aaron/.ssh/id_rsa (/home/aaron/.ssh/id_rsa) Identity added: /home/aaron/.ssh/id_ed25519 (Aaron M. D. Jones <[email protected]>) Something else is going on. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
