Can’t ssh into a Solaris 10 server due to lack or common cyphers.
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.