本文共 2268 字,大约阅读时间需要 7 分钟。
cherry@cherry:~$ ssh -v cherry@59.151.47.49 ... ... debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: Unspecified GSS failure. Minor code may provide more information No credentials cache found debug1: Unspecified GSS failure. Minor code may provide more information No credentials cache found debug1: Unspecified GSS failure. Minor code may provide more information debug1: Next authentication method: publickey debug1: Trying private key: /home/cherry/.ssh/identity debug1: Trying private key: /home/cherry/.ssh/id_rsa debug1: Trying private key: /home/cherry/.ssh/id_dsa debug1: Next authentication method: password cherry@59.151.47.49's password:
ssh -o GSSAPIAuthentication=no cherry@59.151.47.49
GSSAPIAuthentication no
GSSAPIAuthentication no
cherry@cherry:~$ ssh -v cherry@59.151.47.49 ... ... debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,gssapi-with-mic,password debug1: Next authentication method: publickey debug1: Trying private key: /home/cherry/.ssh/identity debug1: Trying private key: /home/cherry/.ssh/id_rsa debug1: Trying private key: /home/cherry/.ssh/id_dsa debug1: Next authentication method: password cherry@59.151.47.49's password:
转载地址:http://dgmka.baihongyu.com/