Re: What can I do about breakin attempts?
- From: ellis@xxxxxxx ()
- Date: Mon, 27 Feb 2006 16:34:55 -0000
In article <lk3Mf.129$TK5.22@dukeread03>,
Ken K <kkauffman@xxxxxxxxxxxxxxxxxx> wrote:
Minimally you can add him to your /etc/hosts.deny file
sshd: 216.155.75.230
Better:
iptables -A INPUT -s 216.155.75.230 -j DROP
But personally since I don't plan any travel to that
part of the planet I'd block the entire CIDR:
iptables -A INPUT -s 216.155.75.230/19 -j DROP
--
http://yosemitecampsites.com/
.
- References:
- What can I do about breakin attempts?
- From: Chris
- Re: What can I do about breakin attempts?
- From: Ken K
- What can I do about breakin attempts?
- Prev by Date: Re: What can I do about breakin attempts?
- Next by Date: Re: pop3 through ssh tunneling
- Previous by thread: Re: What can I do about breakin attempts?
- Next by thread: Is this a sync attack or is my PC send out an attack?
- Index(es):
Relevant Pages
|