sshd: refused connect from ::ffff

December 19th, 2008One Comment

Hello friends, I faced this problem before 2 days. I did some research and found on google that, to solve this problem you have to see hosts.deny and hosts.allow files under /etc/ directory. So you have to add your ISP or Local ip address in hosts.allow files as
sshd sshd1 sshd2 : ipaddress : ALLOW #replace ipaddress with your local/isp ip.
and in hosts.deny
ALL:ALL so that other hosts are not allowed.

Related Posts:

Tagged : , , ,

One Responses

  1. Hi,

    thanks so much for posting this, I’ve had the same problem twice, and this time it could has been a disaster. So you saved me from a complete rebuild.
    The problem for me was that my IP appeared listed in the hosts.deny file… (maybe it’s a security directive from DenyHosts).
    Thanks!

Leave a Reply