search for: aaronmdjones

Displaying 2 results from an estimated 2 matches for "aaronmdjones".

2017 Jan 21
6
[Bug 2667] New: ssh-add does not display key comments for the first key added
...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: /...
2017 Jan 21
3
[Bug 2666] New: Ability to specify minimum RSA key size for user keys
...user keys Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: aaronmdjones at gmail.com The `PubkeyAcceptedKeyTypes' sshd_config(5) option allows a system administrator to restrict the kinds of keys that can be used by users to log in to the system; and they can disable e.g. `ecdsa-sha2-nistp256' and `ecdsa-sha2-nistp384' while still allowing `ecdsa-sha2-nist...