Displaying 1 result from an estimated 1 matches for "dropbearkey".
2014 Apr 18
2
[Bug 2232] New: curve25519-sha256@libssh.org Signature Failures When 'ssh' Used with Dropbear, libssh Servers
...Overview:
When using the curve25519-sha256 at libssh.org kex algorithm, host key
signature
validation will sometimes fail between an OpenSSH 'ssh' client and
other SSH
servers (dropbear-2014.63, libssh 0.6.3 or beyond).
Steps to Reproduce:
Download or build dropbear-2014.63 'dropbearkey' and 'dropbear'
programs.
Start a dropbear server in one terminal (will use
~/.ssh/authorized_keys):
# ./dropbearkey -t rsa -f ./test-rsa-hostkey
# ./dropbear -r ./test-rsa-hostkey -F -p 1234 -v -E
In a second terminal run 'ssh echo "hello"' commands in...