[plug] cannot ssh server
Luke Dudney
plug at apophis.net
Mon Nov 18 22:50:27 WST 2002
Jon Miller wrote:
>I've been trying to access my server from an internal linux wkstn and I
>keep getting the following:
>
>ssh_exchange_identification: Connection closed by remote host
>
>
>I've disable the firewall except for the following three commands
>echo 1 > /proc/sys/net/ipv4/ip_forward
>iptables -A POSTROUTING -t nat -o eth1 -j MASQUERADE
>iptables -A INPUT -p tcp --dport 22 -j ACCEPT
>
>I still can not access the server any ideas?
>
>
>
This is the error message you'll get when the connection is denied by
tcp wrappers.
Check /etc/hosts.(allow|deny)
Cheers
Luke
More information about the plug
mailing list