I have been trying to get my ssh to work. When I try to connect to my server with ssh it just kicks back an error message that says “ssh_exchange_indentification: Connection closed by remote host” Anyone have any ideas as to what I can do to fix this? Or even a place that I can go to get more info on it. I’ve tried copying the ssh files from a machine that I know works, but still nothing. Thanks in advance.
Check the /etc/hosts.allow file on your SSH server. Make sure there's a line in it that allows SSH access from the client you're using. If should be something like:
sshd: [list of hosts allowed to connect]
You can read the hosts.allow manpage for more info about how to set this up.
-- Soren Harward [EMAIL PROTECTED]
____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
