View previous topic :: View next topic |
Author |
Message |
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
Posted: Mon Mar 28, 2005 10:04 pm Post subject: sshd_config typo error? |
|
|
Just wondering if anyone else was experiencing this error.
Anyhow, in /etc/ssh/sshd_config if I enter the line as follows, I get login errors (publickey is the only assumed authentication method).
Code: | ChallengeResponseAuthentication no |
Yet, if I enter it as follows I don't receive errors and I don't get that stupid 'server challenging your reply' message. The previous version was from an 'old' install of Gentoo (approximately Dec.) where the new one was from a recent install (last week).
Code: | challengeResponseAuthentication no |
Seems silly that a typo like that that doesn't seem to match their format would work with the other one acting as an error when it follows their capitalization scheme... |
|
Back to top |
|
|
StarDragon Guru
Joined: 19 Jun 2005 Posts: 390 Location: tEXas
|
Posted: Sun Feb 05, 2006 5:37 pm Post subject: |
|
|
Maybe it ignores it in lowercase letters, anyway here is what I have on my config files:
Code: |
#ChallengeResponseAuthentication yes
# be allowed through the ChallengeResponseAuthentication mechanism.
# ChallengeResponseAuthentication=no
|
|
|
Back to top |
|
|
|