[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSH EXPLOIT IN THE WILD
- Subject: Re: [cobalt-users] SSH EXPLOIT IN THE WILD
- From: Parker Morse <morse@xxxxxxxxxxx>
- Date: Thu Sep 18 07:21:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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