contrib/sshdfilter
2007-09-24 12:39:49 -04:00
..
.footprint sshdfilter: 1.4.5 -> 1.5.5 2007-09-24 12:39:49 -04:00
.md5sum sshdfilter: 1.4.5 -> 1.5.5 2007-09-24 12:39:49 -04:00
Pkgfile sshdfilter: 1.4.5 -> 1.5.5 2007-09-24 12:39:49 -04:00
README sshdfilter: initial commit 2007-01-06 10:21:39 -04:00
sshdfilter sshdfilter: initial commit 2007-01-06 10:21:39 -04:00

REQUIREMENTS

PRE-INSTALL

	* This port depends on having netfilter enabled in the kernel

POST-INSTALL

	* Add the SSHD chain to your firewall setup:
	iptables -N SSHD

	* Add a jump to SSHD rule:
	iptables -A INPUT -p tcp -m tcp --dport 22 -j SSHD

	* Store your new iptables rules somewhere persistent

	* To start sshd with filtering, use /etc/rc.d/sshdfilter instead of
	  /etc/rc.d/sshd

PRECAUTION