[Bug 2667] ssh-add does not display key comments for the first key added
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 10 15:20:02 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2667
Aaron Jones <aaronmdjones at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
--- Comment #2 from Aaron Jones <aaronmdjones at gmail.com> ---
I migrated all of my keys to the new format more than a year ago.
Just incase I forgot one, though, I checked:
aaron at saiga ~/.ssh $ head -n1 id_rsa
-----BEGIN OPENSSH PRIVATE KEY-----
But I tried anyway:
aaron at saiga ~/.ssh $ ssh-keygen -a 128 -opf id_rsa -C "Aaron M. D.
Jones <aaronmdjones at gmail.com>"
Enter old passphrase:
Key has comment 'Aaron M. D. Jones <aaronmdjones at gmail.com>'
Enter new passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved with the new passphrase.
aaron at saiga ~/.ssh $ head -n1 id_rsa
-----BEGIN OPENSSH PRIVATE KEY-----
And the problem persists:
aaron at saiga ~/.ssh $ ssh-add -D
All identities removed.
aaron at 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
<aaronmdjones at gmail.com>)
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.
More information about the openssh-bugs
mailing list