Re: How do I change the number of logon opportunities from 3 to 1
From: Darren Tucker (dtucker_at_zip.com.au)
Date: 03/10/04
- Previous message: Darren Tucker: "Re: OpenSSH 3.8p1 and AIX 5.2"
- In reply to: Ralph Blach: "How do I change the number of logon opportunities from 3 to 1"
- Next in thread: Ralph Blach: "Re: How do I change the number of logon opportunities from 3 to 1"
- Reply: Ralph Blach: "Re: How do I change the number of logon opportunities from 3 to 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 10 Mar 2004 12:13:38 +1100 To: chipper@us.ibm.com
Ralph Blach wrote:
> I know this is basic question, but I spent an hour trying to find the
> answer last night.
> sshd is my only method of logging into my system. I do not run telnet or
> ftp. I want to know
> how do I change the number of logon opportunties from 3 to 1.
> I am running RedHat 9.0 on an amd x86 with sshd rpm version being
> openssh-server-3.5p1-6
Currently in OpenSSH this is not configurable at run time. You can
change it at compile time by editing auth.h and changing AUTH_FAIL_MAX
(which defaults to 6), but be aware that attempts at public-key
authentication count too, so if you change that to 1 then many clients
will not be able to authenticate at all.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: Darren Tucker: "Re: OpenSSH 3.8p1 and AIX 5.2"
- In reply to: Ralph Blach: "How do I change the number of logon opportunities from 3 to 1"
- Next in thread: Ralph Blach: "Re: How do I change the number of logon opportunities from 3 to 1"
- Reply: Ralph Blach: "Re: How do I change the number of logon opportunities from 3 to 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|