Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Blocking bad sshd bruteforce attempt
- Date: Tue, 11 Jul 2006 18:00:27 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Blocking bad sshd bruteforce attempt
- References: <78d7dd350607102243j32a8b5f1od4f1ff847e096de0@example.com>
- Organization: The XEmacs Project
- User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)
>>>>> "Hung" == Hung Vu Nguyen <vuhung16plus@example.com> writes: Hung> I don't worry about that because 'he' is just bruteforcing Hung> me. My sshd is secured /etc/hosts.allow . # this is unlikely to work for you outof the box, # but I only have one host per line in my hosts.allow ;-) for i in `grep ^ssh /etc/hosts.allow | cut -b5`; do iptables -A INPUT -p tcp --dport ssh -s $i -j ACCEPT done iptables -A INPUT -p tcp --dport ssh -j REJECT -- School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.
- Follow-Ups:
- Re: [tlug] Blocking bad sshd bruteforce attempt
- From: Hung Vu Nguyen
- References:
- [tlug] Blocking bad sshd bruteforce attempt
- From: Hung Vu Nguyen
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] GTK2: Displaying Japanese font names in Romaji
- Next by Date: Re: [tlug] Blocking bad sshd bruteforce attempt
- Previous by thread: Re: [tlug] Blocking bad sshd bruteforce attempt
- Next by thread: Re: [tlug] Blocking bad sshd bruteforce attempt
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links