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: [email protected]
          Reporter: [email protected]

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@saiga ~ $ ssh-add -D
All identities removed.

aaron@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
<[email protected]>)

aaron@saiga ~ $ 
```

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to