| Summary: | ssh-add 6.7 inserts RSA keys into the ssh-agent as "rsa w/o comment" instead of filenames | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Daniel Kahn Gillmor <dkg> |
| Component: | ssh-add | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | djm, vincent-openssh |
| Priority: | P5 | ||
| Version: | 6.7p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2266 | ||
|
Description
Daniel Kahn Gillmor
2014-11-06 01:34:43 AEDT
Fixed: commit 1195f4cb07ef4b0405c839293c38600b3e9bdb46 Author: djm@openbsd.org <djm@openbsd.org> Date: Thu Jan 8 10:14:08 2015 +0000 upstream commit deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refactor the generic key loading API to not require pathnames to be specified (they weren't really used). Fixes a few other things en passant: Makes ed25519 keys work for hostbased authentication (ssh-keysign previously used the PEM-only routines). Fixes key comment regression bz#2306: key pathnames were being lost as comment fields. ok markus@ openssh-6.8 is released |