Problem

Can’t ssh into a Solaris 10 server due to lack or common cyphers.

Solution

Use the following command to ssh:

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -m hmac-sha1-96 user@server

May need to alias it or make it a script.