[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSH EXPLOIT IN THE WILD



On Thursday, Sep 18, 2003, at 08:51 US/Eastern, Frank Svoboda wrote:
"ranges" - how to set up a range?

I tried "sshd: 80.81.*.*[...]" and just "sshd: 80.81 [...]" but that doesn't work.

Of course I put "all" in the hosts.deny file...

IIRC hosts.allow and hosts.deny use network/mask notation. So, if you wanted the entire 80.81.*.* network, you would use:

SSHD: 80.81.0.0/255.255.0.0

Or, for just the 256 addresses in 80.81.1.*,

SSHD: 80.81.1.0/255.255.255.0

...and so on.

pjm