Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 14:03:06 +0200
From:      Radoy Pavlov <pavlov@euroscript-ls.de>
To:        security@FreeBSD.ORG
Subject:   openssh 3.4p1 issue ?
Message-ID:  <200208131204.g7DC4TDS060093@mail.euroscript-ls.de>

next in thread | raw e-mail | index | archive | help
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 ?

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?200208131204.g7DC4TDS060093>