SOLVED! In case anyone else gets stuck here, the solution for me was to add these lines to my /etc/ssh/sshd_config:
HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key Not sure how they vanished, but as soon as I added those and restarted SSH, all my problems were cured. Thanks Bart and Jan!! -- This message posted from opensolaris.org
