Securing SSH with tcp wrappers

From Sfvlug

(Difference between revisions)

Revision as of 08:05, 25 August 2009

/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