权限被拒绝(公钥、gssapi-with-mic、密码)

权限被拒绝(公钥、gssapi-with-mic、密码)

当我 ssh 时,我收到提示

[host@sma1 ~]$ ssh -Y c00
host@c00's password:
Permission denied, please try again.
host@c00's password:
Permission denied, please try again.
host@c00's password:
Permission denied (publickey,gssapi-with-mic,password).

请帮忙!

答案1

据我了解,您必须使用密钥进行身份验证或指定登录。

对于键:

$ ssh -Y c00 -i /path/to/keys

对于其他登录名:

$ ssh -Y login@c00

相关内容