debug2: we sent a password packet, wait for reply debug3: receive packet: type 51debug1: Authentications that can continue: publickey,password Permission denied, please try again.root@192.168.190.129's password: debug3: send packet: type 50 debug2: we sent a password packet, wait for repl...
debug3: send packet: type 5 debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey debug3: start over, passed a diff...
使用-vvv查看日志:ssh -vvv 用户@ip # ssh连接时显示日志 debug3: send_pubkey_test debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,password debug1: Trying private key: /v...
问题一:配置ssh免密登录时出现错误 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Trying private key: /home/g/.ssh/id_dsa debug3: no such identity: /...
debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password ...
debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey debug3: start over, passed a different list publickey ...
debug3: send packet: type 20 debug1: SSH2_MSG_KEXINIT sent debug3: receive packet: type 20 debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: diffie-hellman-group-exchange-sha256,ext-info-c ...
debug3: receive packet: type 51 ... ... debug2: we did not send a packet, disable method debug1: No more authentication methods to try. user1@192.168.0.1: Permission denied (publickey,gssapi-with-mic,password) According to SSH protocol (RFC 4252), these are the general authentication...
debug3: receive packet: type 6 debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey,password
// SSH2_MSG_SERVICE_REQUEST 5#elseNULL,#endifssh_packet_service_accept,// SSH2_MSG_SERVICE_ACCEPT 6...#ifWITH_SERVERssh_packet_userauth_request,// SSH2_MSG_USERAUTH_REQUEST 50#elseNULL,#endifssh_packet_userauth_failure,// SSH2_MSG_USERAUTH_FAILURE 51ssh_packet_userauth_success,// ...