From owner-freebsd-questions Tue Aug 27 7:56:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD0737B400 for ; Tue, 27 Aug 2002 07:56:39 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00DA643E6E for ; Tue, 27 Aug 2002 07:56:39 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.5/8.12.4) with SMTP id g7RExm2m013173; Tue, 27 Aug 2002 07:59:49 -0700 (PDT) (envelope-from nkinkade@dsl-only.net) Date: Tue, 27 Aug 2002 07:59:43 -0700 From: Nathan Kinkade To: Andreas Wideroe Andersen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What's this? (ssh) Message-Id: <20020827075943.6adbc5ab.nkinkade@dsl-only.net> In-Reply-To: <3D6B3BE2.4030807@pragma.no> References: <3D6B3BE2.4030807@pragma.no> X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Aug 2002 10:44:18 +0200 Andreas Wideroe Andersen wrote: > A few weeks ago I upgraded the SSH daemon on my FreeBSD 4.6 STABLE > server from version 1 to OpenSSH version 2. I disabled version 1 by > only referring to PROTOCOL 2 in the sshd_config file. Everything > works great, but there's one strange thing that I'd like to get an > explination to. > > When I ssh from the server where I'm running SSH version 2 to > another FreeBSD server (4.5 STABLE) with SSHD version 1 I get > prompted with this 3 times before I can type my password: > > S/Key Password: > otp-md5 ... > > What is this and can/should I remove it, and if so, how? > > Thanks for any information! > /Andreas In your sshd_config file, change ChallengeResponseAuthentication yes to ChallengeResponseAuthentication no ...then a `killall -HUP sshd` should cause sshd to re-read the config file. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message