bugzilla-daemon at mindrot.org
2015-Jan-23 12:43 UTC
[Bug 2342] New: ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342
Bug ID: 2342
Summary: ssh-keygen gives wrong error loading public key
message
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: ismail at donmez.ws
Using latest openssh-portable.git
[~]> cat foo
i10z.com ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIIkPOwWQHARlE7C+wFr2dl/zUu97AUG/YpfwgpDgYH2z
[~]> /usr/local/bin/ssh-keygen -l -f ./foo
Error loading public key "./foo": No such file or directory
256 SHA256:9BPlb4ZU9f4OP3LEz9cqYhJYR5EtefTd3PInri50Zc4 i10z.com
(ED25519)
Using ssh-keygen from openssh 6.6.1p1 :
[~]> /usr/bin/ssh-keygen -l -f ./foo
256 10:3a:04:2d:ea:63:64:31:6c:de:ec:4c:ae:fb:ef:dc [MD5] i10z.com
(ED25519)
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Feb-20 22:19 UTC
[Bug 2342] ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
I can't replicate this:
[djm at fuyu openssh]$ mkdir x
[djm at fuyu openssh]$ cd x
[djm at fuyu x]$ ../ssh-keygen -t ed25519 -f key -N '' -q
[djm at fuyu x]$ ../ssh-keygen -lf ^C
[djm at fuyu x]$ rm key ; mv key.pub key
[djm at fuyu x]$ ../ssh-keygen -lf key
256 SHA256:0UH+G0Bw+ZP3rqTwxsio5CUTrKkS/kcJ26RwV3Twbyw djm at fuyu
(ED25519)
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Feb-23 10:06 UTC
[Bug 2342] ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342 --- Comment #2 from Ismail Donmez <ismail at donmez.ws> --- (In reply to Damien Miller from comment #1)> I can't replicate this: > > [djm at fuyu openssh]$ mkdir x > [djm at fuyu openssh]$ cd x > [djm at fuyu x]$ ../ssh-keygen -t ed25519 -f key -N '' -q > [djm at fuyu x]$ ../ssh-keygen -lf ^C > [djm at fuyu x]$ rm key ; mv key.pub key > [djm at fuyu x]$ ../ssh-keygen -lf key > 256 SHA256:0UH+G0Bw+ZP3rqTwxsio5CUTrKkS/kcJ26RwV3Twbyw djm at fuyu > (ED25519)I can't replicate like this either but I can replicate with my original key: [~/x]> cat key i10z.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkPOwWQHARlE7C+wFr2dl/zUu97AUG/YpfwgpDgYH2z [~/x]> /usr/local/bin/ssh-keygen -l -f key Error loading public key "key": No such file or directory 256 SHA256:9BPlb4ZU9f4OP3LEz9cqYhJYR5EtefTd3PInri50Zc4 i10z.com (ED25519) -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Feb-23 10:07 UTC
[Bug 2342] ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342 --- Comment #3 from Ismail Donmez <ismail at donmez.ws> --- Created attachment 2554 --> https://bugzilla.mindrot.org/attachment.cgi?id=2554&action=edit Problematic file -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Feb-23 16:57 UTC
[Bug 2342] ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
Ah, I missed that it had a host prefix. I've replicated and fixed the
bug (which was just the spurious error message)
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2021-Apr-23 05:09 UTC
[Bug 2342] ssh-keygen gives wrong error loading public key message
https://bugzilla.mindrot.org/show_bug.cgi?id=2342
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> ---
closing resolved bugs as of 8.6p1 release
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.