Gentoo Archives: gentoo-user

From: Leandro Melo de Sales <leandroal@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] SSH authentication attempts - serious issue
Date: Mon, 05 Jun 2006 15:12:28
Message-Id: 5bc4c4570606050806w6497ae95x6164274b3cc33b3e@mail.gmail.com
1 Hi,
2
3 today when I was checking the server log I got many external
4 attempts to connect to my sshd service:
5
6 ...
7 Jun 5 05:09:45 embedded sshd[4740]: Invalid user barbara from x.y.w.z
8 Jun 5 05:09:46 embedded sshd[4742]: Invalid user barb from x.y.w.z
9 Jun 5 05:09:48 embedded sshd[4744]: Invalid user barbie from x.y.w.z
10 Jun 5 05:09:50 embedded sshd[4746]: Invalid user barbra from x.y.w.z
11 Jun 5 05:09:51 embedded sshd[4748]: Invalid user barman from x.y.w.z
12 Jun 5 05:09:53 embedded sshd[4750]: Invalid user barney from x.y.w.z
13 ...
14
15 this seems to be a brute force attack, but one thing that worried me
16 is why sshd didn't disconnect the remote host after 3 unsuccessful
17 attemps? If we see in the log, there are many attemps with time
18 interval between attemps of 2 or 3 seconds meaning that the sshd
19 didn't disconnect the remote host after 3 attempts.
20 So, first, Am I thinking correct about the sshd attempts?
21 Second, how can I setup sshd or the entire system to permit just 2 or
22 3 attempts of authentication? I was checking the /etc/login.defs file
23 and I see the following option:
24
25 #
26 # Max number of login retries if password is bad
27 #
28 LOGIN_RETRIES 3
29
30 but why this didn't work for the above connection attempts?
31
32 Thank you,
33
34 Leandro.
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SSH authentication attempts - serious issue Oliver Schmidt <oli@×××××××××××.ch>
Re: [gentoo-user] SSH authentication attempts - serious issue Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] SSH authentication attempts - serious issue Uwe Thiem <uwix@××××.na>
Re: [gentoo-user] SSH authentication attempts - serious issue Joseph <syscon@×××××××××.com>