[Bug 2306] ssh-add 6.7 inserts RSA keys into the ssh-agent as "rsa w/o comment" instead of filenames
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jan 9 00:21:12 AEDT 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2306
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Fixed:
commit 1195f4cb07ef4b0405c839293c38600b3e9bdb46
Author: djm at openbsd.org <djm at 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@
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list