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

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



Hi!

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.

works perfect :)

Thanks a lot!

Frank