Comment simple fix for my redhat server (Score 1) 360
This goes in /etc/hosts.allow
sshd,sshdfwd-X11: 192.168.0.1
This goes in /etc/hosts.deny
sshd,sshdfwd-X11: ALL
Replace the IP with yours. If you don't have a static IP then put in your netblock. I didn't really have break-in but got sick of seeing hundreds of failed attempts in my system log. After I'd put those lines in I don't seem to get any more attacks.
C.E.
sshd,sshdfwd-X11: 192.168.0.1
This goes in
sshd,sshdfwd-X11: ALL
Replace the IP with yours. If you don't have a static IP then put in your netblock. I didn't really have break-in but got sick of seeing hundreds of failed attempts in my system log. After I'd put those lines in I don't seem to get any more attacks.
C.E.