bugzilla-daemon at mindrot.org
2014-Oct-18 12:11 UTC
[Bug 2297] New: EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297
Bug ID: 2297
Summary: EDD25519 Signature verification failed on Solaris
Product: Portable OpenSSH
Version: 6.7p1
Hardware: amd64
OS: Solaris
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: yann at pleiades.fr.eu.org
Hi,
On Solaris 10, the keytype.sh test constantly fails for the
edd25519-512 key type:
run test keytype.sh ...
[...]
userkey ed25519-512, hostkey ed25519-512:
real 0.0
user 0.0
sys 0.0
ssh userkey ed25519-512, hostkey ed25519-512 failed
userkey ed25519-512, hostkey ed25519-512:
real 0.0
user 0.0
sys 0.0
ssh userkey ed25519-512, hostkey ed25519-512 failed
userkey ed25519-512, hostkey ed25519-512:
real 0.0
user 0.0
sys 0.0
ssh userkey ed25519-512, hostkey ed25519-512 failed
[...]
failed login with different key types
The relevant debug.log shows that it seems to fail at open time:
debug1: Host 'localhost-with-alias' is known and matches the ED25519
host key.
debug1: Found key in
/home/yann/opencsw/openssh/trunk/work/solaris10-i386/build-isa-pentium_pro/openssh-6.7p1/regress/known_hosts:1
debug2: ssh_ed25519_verify: crypto_sign_ed25519_open failed: -1
debug1: ssh_ed25519_verify: signature incorrect
key_verify failed for server_host_key
I will attach all the relevant files.
Yann
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:39 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #1 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2488 --> https://bugzilla.mindrot.org/attachment.cgi?id=2488&action=edit ssh client log -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:42 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #2 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2489 --> https://bugzilla.mindrot.org/attachment.cgi?id=2489&action=edit Log sshd daemon -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:43 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #3 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2490 --> https://bugzilla.mindrot.org/attachment.cgi?id=2490&action=edit ssh_proxy configuration -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:43 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #4 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2491 --> https://bugzilla.mindrot.org/attachment.cgi?id=2491&action=edit sshd_proxy configuration -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:44 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #5 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2492 --> https://bugzilla.mindrot.org/attachment.cgi?id=2492&action=edit known_host file -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:45 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #6 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2493 --> https://bugzilla.mindrot.org/attachment.cgi?id=2493&action=edit authorized_keys file -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:46 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #7 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2494 --> https://bugzilla.mindrot.org/attachment.cgi?id=2494&action=edit edd25519 private key -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-18 12:46 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297 --- Comment #8 from Yann Rouillard <yann at pleiades.fr.eu.org> --- Created attachment 2495 --> https://bugzilla.mindrot.org/attachment.cgi?id=2495&action=edit edd25519 public key -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Jan-25 13:02 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |djm at mindrot.org
Status|NEW |RESOLVED
--- Comment #9 from Damien Miller <djm at mindrot.org> ---
We have Solaris 11 (Openindiana) in our regular testing farm and it
does not show this failure. Please reopen if you're still having
trouble with this.
--
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:03 UTC
[Bug 2297] EDD25519 Signature verification failed on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2297
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Damien Miller <djm at mindrot.org> ---
closing resolved bugs as of 8.6p1 release
--
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.
Reasonably Related Threads
- [Bug 1739] New: getcwd does not support size zero argument on Solaris
- [Bug 1457] New: X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
- [Bug 2271] New: Regression test #89 "fuzz Ed25519 sig" fails under Solaris
- [Bug 87] Last logon that gets reported upon login is the current login time
- Both mbox and Maildir