ssh

Maciej Soltysiak solt@dns.toxicfilms.tv
Mon, 24 Jun 2002 15:47:49 +0200 (CEST)


> 1. You can't.   Netfilter / IPtables works by port number, not by content, so 
> you can only filter by port number.
Hmm, maybe you could...
Look:
1. look for a openingpacket with ssh connection characteristics, say a
   version string and mark packets, use recent module, put them to a
   seperate chain. something like that.
2. filter by port number.

What do you think?

Maciej