BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] ssh keys question
- Subject: [Discuss] ssh keys question
- From: dsr at randomstring.org (Dan Ritter)
- Date: Sat, 18 Jun 2016 05:52:34 -0400
- In-reply-to: <CAAbKA3VRhF-JJct7A8Xo+hu1jD=R3=us0fVNWAO3O5XS1R6K2w@mail.gmail.com>
- References: <mailman.11.1466179204.26887.discuss@blu.org> <ee255849986a8455a436c0cff185444c.squirrel@webmail.ci.net> <5764883F.3030807@borg.org> <c35b33c6-af08-d708-25d3-d108e28d3571@riseup.net> <5764CEE8.1050801@borg.org> <CAAbKA3VRhF-JJct7A8Xo+hu1jD=R3=us0fVNWAO3O5XS1R6K2w@mail.gmail.com>
On Sat, Jun 18, 2016 at 01:01:32AM -0400, Bill Ricker wrote: > But that still leaves me with executing the 2^32 dictionary attack. > > Which is likely only interesting if i've stolen all your users' hashes > already and you have poor salts and hashes so i can rainbow table to find > multiple users at once. Doing 2^32 trials coming in the front door of a > server is likely to get noticed as a DOS, aside from taking literally > forever. This works pretty well *if*: - you really do rate-limit incoming connections. If you didn't do that right, the rate-limit becomes your total bandwidth during the period of time that you don't notice the attack. Do you have suitable monitors set up? Can they alert you? Do you pay attention to such alerts? - you rate-limit other authenticated services, too. Got a mail server running? Your POP3 or IMAP4 needs to be rate-limited or do authentication completely separately from the system method. - you don't run any nonauthenticated services that might have a flaw that allows an attacker to read /etc/shadow. (Everyone uses shadow passwords these days, right? No legacy systems without it?) Most web servers are good about this, but then they let all sorts of things run via CGI, php-fm, mod-perl, whatever. All of those are attackable areas. - all your users are as good and conscientious as you are. This is easiest if they don't exist. AllowUsers, one by one, is a good move, too. -dsr-
- References:
- [Discuss] ssh keys question
- From: richb at pioneer.ci.net (Rich Braun)
- [Discuss] ssh keys question
- From: kentborg at borg.org (Kent Borg)
- [Discuss] ssh keys question
- From: ingegnue at riseup.net (IngeGNUe)
- [Discuss] ssh keys question
- From: kentborg at borg.org (Kent Borg)
- [Discuss] ssh keys question
- From: bill.n1vux at gmail.com (Bill Ricker)
- [Discuss] ssh keys question
- Prev by Date: [Discuss] ssh keys question
- Next by Date: [Discuss] ssh keys question
- Previous by thread: [Discuss] ssh keys question
- Next by thread: [Discuss] SSH port forwarding through middleman (bastion host)
- Index(es):