Tags: ssh no kex alg solaris
SSH no kex alg
Having recently JumpStarted an new server, I found it unable to login via ssh
root@chiscadm01~# ssh 10.23.3.103
no kex alg
Solution was to regenerate the SSH keys on that server
# /lib/svc/method/sshd -c
# svcadm refresh ssh
and voi… more »