|
发表于 2005-7-22 22:21:42
|
显示全部楼层
Post by yongjian
是吗?
- debug1: Remote protocol version 2.0, remote software version OpenSSH_4.1p1 Debian-6ubuntu1
- debug1: match: OpenSSH_4.1p1 Debian-6ubuntu1 pat OpenSSH*
- debug1: Enabling compatibility mode for protocol 2.0
- debug1: Local version string SSH-2.0-OpenSSH_3.9p1 Debian-1ubuntu2
- debug1: SSH2_MSG_KEXINIT sent
- debug1: SSH2_MSG_KEXINIT received
- debug1: kex: server->client aes128-cbc hmac-md5 none
- debug1: kex: client->server aes128-cbc hmac-md5 none
- debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
- debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
- debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
- debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
- debug1: Host 'ubuntu' is known and matches the RSA host key.
- debug1: Found key in /home/yongjian/.ssh/known_hosts:34
- debug1: ssh_rsa_verify: signature correct
- debug1: SSH2_MSG_NEWKEYS sent
- debug1: expecting SSH2_MSG_NEWKEYS
- debug1: SSH2_MSG_NEWKEYS received
- debug1: SSH2_MSG_SERVICE_REQUEST sent
- debug1: SSH2_MSG_SERVICE_ACCEPT received
- debug1: Authentications that can continue: publickey,keyboard-interactive
- [color=Red]debug1: Next authentication method: publickey[/color]
- debug1: Trying private key: /home/yongjian/.ssh/identity
- debug1: Trying private key: /home/yongjian/.ssh/id_rsa
- debug1: Offering public key: /home/yongjian/.ssh/id_dsa
- debug1: Authentications that can continue: publickey,keyboard-interactive
- [color=Red]debug1: Next authentication method: keyboard-interactive
- Password:[/color]
复制代码
好象是先验证用public key,然后再用password的吧。。。
啊,难道偶记错了?我去看看484我看的配置把password关了先~~~~寒个~ |
|