Securing SSH with tcp wrappers

From Sfvlug

Revision as of 19:13, 27 August 2009 by Jeff (Talk | contribs)

/etc/hosts.deny

ALL: ALL

/etc/hosts.allow

ALL: localhost, 127.0.0.1, ::1
ALL: 192.168.1.0/255.255.255.0, [fe80::]/4

sshd: /etc/hosts.deny.sshd : DENY
sshd: /etc/hosts.allow.sshd : spawn ( denyhosts )
Personal tools