Sean Schertell wrote: > I'm trying to love OpenSolaris -- but I'm having an extremely difficult time > just getting to the point where I can login remotely. > > I've installed 2008.11 on my remote server using a KVM. I've the network up > and running with a manual IP. I can telnet localhost 22, and I can telnet > remotely as well. There are no firewalls. > > But attempting to login from SSH just gives me this error: > no kex alg > > Any ideas?
This wonderful error message means you cannot exchange ssh keys... "No key exchange algorithm." Can you ssh in locally? eg ssh localhost or ssh `localhost`? You can prob. fix this by running /lib/svc/method/sshd -c as root. - Bart -- Bart Smaalders Solaris Kernel Performance barts at cyber.eng.sun.com http://blogs.sun.com/barts "You will contribute more with mercurial than with thunderbird."
