Date: Mon, 30 Dec 2002 11:08:43 +0100 From: "Didier Wiroth" <didier.wiroth@mcesr.etat.lu> To: <dan@slightlystrange.org>, <freebsd-questions@FreeBSD.ORG> Subject: RE: sshd and passwordauthentication Message-ID: <000001c2afeb$6f83a8f0$952b6e94@lucifer> In-Reply-To: <20021229163357.GA91748@catflap.home.slightlystrange.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > debug1: Sent encrypted session key. > > debug1: Installing crc compensation attack detector. > > debug1: Received encrypted confirmation. > > debug1: Doing challenge reponse authentication. > > Password: > > Response: > > These last two lines are part of the ChallengeResponseAuthentication > method, which (I think) uses one-time passwords. You can skip through > this by hitting <Enter>, when the server should accept your client key > and log you in. To disable the ChallengeResponse prompts, > you need to > change ChallengeResponseAuthentication to "no" (or add it to > the config > file) then restart sshd. Disabling ChallengeResponseAuthentication solved the problem! Strange, isn't it? Thanks a lot for taking the time!! Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c2afeb$6f83a8f0$952b6e94>