SSHd

Posted by editor

I started receiving this error. SSHD Connection Refused ........ The fix was to go into /etc/hosts.allow and add

SSHD: ALL

For security it would be better to add a specific ip rather than ALL

Tags:
Posted by editor

If SSHD is creating this error in the log The Fix is to switch of ip6v.

echo "alias net-pf-10 off" >> /etc/modprobe.conf
Tags: