Date: Tue, 23 Apr 2002 12:00:36 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Jordan Hubbard <jkh@winston.freebsd.org> Cc: hackers@freebsd.org Subject: Re: Erm, since everyone managed to HIJACK my sshd thread! ;) Message-ID: <3CC5AF54.8FB22B16@mindspring.com> References: <200204231839.g3NId1UR013639@winston.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jordan Hubbard wrote: > I'm going to commit the following in 48 hours unless someone can > convince me that it's a good idea for FreeBSD to be the odd-OS out > with respect to this behavior: [ ... ] > -# Uncomment to disable s/key passwords > -#ChallengeResponseAuthentication no > +# Comment out to enable s/key passwords > +ChallengeResponseAuthentication no IMO, the default, in the absence of an option, should be "no". So the patch should both set the default in the source code, and change the file, like so: -# Uncomment to disable s/key passwords -#ChallengeResponseAuthentication no +# Uncomment to enable s/key passwords +#ChallengeResponseAuthentication yes -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC5AF54.8FB22B16>