ssh远程登录Permission denied (publickey,gssapi-keyex,gssapi-with-mic)
SSH登录提示
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
vi /etc/ssh/sshd_config
PermitRootLogin yes
PubkeyAuthentication yes
PasswordAuthentication yes```
重启ssh服务,并且设置开机自启服务
systemctl restart sshd
本文来自博客园,作者:Aggy梁工,转载请注明原文链接:https://www.cnblogs.com/liangyuyue/p/18665999

浙公网安备 33010602011771号