- 论坛徽章:
- 0
|
本帖最后由 jasonys8 于 2013-06-18 07:37 编辑
先谢谢楼上几位。。。
楼上几位给出的方法我都已经试过了。。问题依旧存在 现在root ssh本机的时候是这个提示- debug2: we did not send a packet, disable method
- debug3: authmethod_lookup publickey
- debug3: remaining preferred: keyboard-interactive,password
- debug3: authmethod_is_enabled publickey
- debug1: Next authentication method: publickey
- debug1: Trying private key: /root/.ssh/identity
- debug3: no such identity: /root/.ssh/identity
- debug1: Trying private key: /root/.ssh/id_rsa
- debug3: no such identity: /root/.ssh/id_rsa
- debug1: Trying private key: /root/.ssh/id_dsa
- debug3: no such identity: /root/.ssh/id_dsa
- debug2: we did not send a packet, disable method
- debug3: authmethod_lookup password
- debug3: remaining preferred: ,password
- debug3: authmethod_is_enabled password
- debug1: Next authentication method: password
- debug1: read_passphrase: can't open /dev/tty: No such device or address
- debug3: packet_send2: adding 64 (len 49 padlen 15 extra_pad 64)
- debug2: we sent a password packet, wait for reply
- debug1: Authentications that can continue: publickey,gssapi-with-mic,password
- Permission denied, please try again.
- debug1: read_passphrase: can't open /dev/tty: No such device or address
- debug3: packet_send2: adding 64 (len 49 padlen 15 extra_pad 64)
- debug2: we sent a password packet, wait for reply
- debug1: Authentications that can continue: publickey,gssapi-with-mic,password
- Permission denied, please try again.
- debug1: read_passphrase: can't open /dev/tty: No such device or address
- debug3: packet_send2: adding 64 (len 49 padlen 15 extra_pad 64)
- debug2: we sent a password packet, wait for reply
- debug1: Authentications that can continue: publickey,gssapi-with-mic,password
- debug2: we did not send a packet, disable method
- debug1: No more authentication methods to try.
- Permission denied (publickey,gssapi-with-mic,password).
复制代码 |
|