[Bug 2667] New: ssh-add does not display key comments for the first key added
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Jan 21 18:14:16 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2667
Bug ID: 2667
Summary: ssh-add does not display key comments for the first
key added
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at mindrot.org
Reporter: aaronmdjones at gmail.com
When adding multiple keys to an agent, ssh-add(1) does not print the
comment for the first key (instead printing its path).
Like so:
```
aaron at saiga ~ $ ssh-add -D
All identities removed.
aaron at saiga ~ $ 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>)
aaron at saiga ~ $
```
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list