[Bug 2297] New: EDD25519 Signature verification failed on Solaris
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Oct 18 23:11:59 EST 2014
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.
More information about the openssh-bugs
mailing list