Operating System - HP-UX
1822521 Members
2626 Online
109642 Solutions
New Discussion юеВ

SSH login incorrect delay

 
SOLVED
Go to solution
Charlie Ruedi_1
Occasional Advisor

SSH login incorrect delay

Hello,

Does anyone know if HP's OpenSSH 3.91 has a delay between incorrect login attempts, similar to setting the terminal security policies for telnet etc? I know that commercial versions of SSH support this, but I can't find anything about OpenSSH.

Thanks,
Charlie
3 REPLIES 3
baiju_3
Esteemed Contributor

Re: SSH login incorrect delay

Hi ,

Please see the sshd config file .

/opt/ssh/etc/sshd_config and see the below parameter .

LoginGraceTime 120
(Gives the grace time for clients to authenticate themselves
(default 120 seconds). If the client fails to authenticate the
user within this many seconds, the server disconnects and exits.
A value of zero indicates no limit.)


Is this you looking for ?


thx,
bl.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Charlie Ruedi_1
Occasional Advisor

Re: SSH login incorrect delay

Thanks Tl,

What I'm looking for is if a person types and incorrect password, I want a 3 second delay before allowing them to try again.

Thanks,
charlie
Pat Lieberg
Valued Contributor
Solution

Re: SSH login incorrect delay

I don't think there is an option for this in the sshd_config file.

See this page for reference:

http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config