https://bugzilla.mindrot.org/show_bug.cgi?id=3786
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- If you enable debugging on the clie(In reply to Nikola from comment #0) > As of version 9.9 the client does not connect to dropbear running on > OpenWRT. Which version of Dropbear? > With client 9.8 I am able to connect. > > $ ./ssh [email protected] > ssh_dispatch_run_fatal: Connection to 192.168.0.1 port 22: error in > libcrypto If you add "-vvv" you should at least see what algorithms it's trying to (and failing to) enable. > Host 192.168.0.1 > PubkeyAcceptedAlgorithms +ssh-rsa > HostkeyAlgorithms +ssh-rsa My guess it's the SHA1 that ssh-rsa uses. Modern Dropbears support some of the the RSA SHA2 variants (rsa-sha2-256) so if yours does I'd suggest trying that. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
