Nice Slashdot article of interest
From: David (shadoweyez_at_hotpop.com)
Date: 07/17/05
- Next message: Angry American: "Re: Nice Slashdot article of interest"
- Previous message: mike.salehi_at_gmail.com: "Re: Host based authentication and /etc/hosts.equiv"
- Next in thread: Angry American: "Re: Nice Slashdot article of interest"
- Reply: Angry American: "Re: Nice Slashdot article of interest"
- Reply: Stephen Sentoff: "Re: Nice Slashdot article of interest"
- Reply: Nico Kadel-Garcia: "Re: Nice Slashdot article of interest"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 17 Jul 2005 00:35:33 GMT
I just saw this article on Slashdot:
http://www.whitedust.net/article/27/Recent%20SSH%20Brute-Force%20Attacks/
I believe there was a posting on this list regarding this issue a few times.
I have an ssh box and I have noticed these attempts in my logs.
Sometimes, you can port scan the IP's of the attacking hosts to see what
type of OS (usually linux in my experience) and services they are
running, and reporting abuses is a good way to maybe stop at least a few
of the script_kiddies.
My bet is that there are a few people out there looking for ssh boxes to
make mischief on or put their "stuff" on and are using programs like
sshscan and hydra to find and target all of our servers. Three things
that would stop this kind of attack, and it has nothing to do with
changing ports.
1. Deny root login - this should be standard practice anyway.
2. Use non-standard user names. Names like admin, apache, and sql
are all standard and are common user name targets. Consider the
AllowUser name1,name2,name3... line in the sshd_config file to _only_
allow specific user names in.
3. Use strong passwords, which I'm sure anyone reading this knows
what a strong password is. Strong passwords are almost _never_ in
the dictionaries.
If these are followed, there is practically no chance anyone would break
into your server. The machine would turn to dust before they could try
every combination of 8 digit user name and 10 digit alpha-numeric password!
- Next message: Angry American: "Re: Nice Slashdot article of interest"
- Previous message: mike.salehi_at_gmail.com: "Re: Host based authentication and /etc/hosts.equiv"
- Next in thread: Angry American: "Re: Nice Slashdot article of interest"
- Reply: Angry American: "Re: Nice Slashdot article of interest"
- Reply: Stephen Sentoff: "Re: Nice Slashdot article of interest"
- Reply: Nico Kadel-Garcia: "Re: Nice Slashdot article of interest"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|