Date: Tue, 13 Aug 2002 09:24:33 -0400 From: Steve Shorter <steve@nomad.lets.net> To: Radoy Pavlov <pavlov@euroscript-ls.de> Cc: security@FreeBSD.ORG Subject: Re: openssh 3.4p1 issue ? Message-ID: <20020813092433.A6613@nomad.lets.net> In-Reply-To: <200208131204.g7DC4TDS060093@mail.euroscript-ls.de>; from pavlov@euroscript-ls.de on Tue, Aug 13, 2002 at 02:03:06PM %2B0200 References: <200208131204.g7DC4TDS060093@mail.euroscript-ls.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 13, 2002 at 02:03:06PM +0200, Radoy Pavlov wrote: > Hello, > > i'm expiriencing something interesting here. > > PC1: OpenSSH_2.9 FreeBSD localisations 20010713, SSH protocols > 1.5/2.0, OpenSSL 0x0090601f > > PC2: OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090605f > > PC1: ssh -v PC2 > > debug1: authentications that can continue: > publickey,password,keyboard-interactive > debug1: next auth method to try is publickey > debug1: try privkey: /root/.ssh/id_rsa > debug1: try privkey: /root/.ssh/id_dsa > debug1: next auth method to try is password > PC2's password: > > everything is just fine. > > PC2: ssh -v PC1 > > debug1: authentications that can continue: > publickey,password,keyboard-interactive > debug1: next auth method to try is publickey > debug1: try privkey: /root/.ssh/identity > debug1: try privkey: /root/.ssh/id_rsa > debug1: try pubkey: /root/.ssh/id_dsa > debug1: authentications that can continue: > publickey,password,keyboard-interactive > debug1: next auth method to try is keyboard-interactive > > keyboard-interactive infront of password auth ? > > Both PC use same sshd_config and ssh_config. > > Ideas ? You need to specifically configure the auth method you wish to use in ssh_config for ssh 3.4. or it defaults to something that you are not expecting. How to do this is documented in the man page man (1) ssh. Some things have changed in 3.4 -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020813092433.A6613>