Displaying 1 result from an estimated 1 matches for "saiga".
Did you mean:
saga
2017 Jan 21
6
[Bug 2667] New: ssh-add does not display key comments for the first key added
...or
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 ~ $...