$ ssh username@192.168.80.131
Unable to negotiate with 192.168.80.131 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
$
$ ssh -o "KexAlgorithms diffie-hellman-group14-sha1" username@192.168.80.131
Unable to negotiate with 192.168.80.131 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
$
$ ssh -o "KexAlgorithms diffie-hellman-group14-sha1" -o "HostKeyAlgorithms ssh-rsa" username@192.168.80.131
Secure login on SliTaz GNU/Linux powered by Dropbear SSH server.
username@192.168.80.131's password: |