解决方法:
vi /etc/ssh/sshd_config
将PasswordAuthentication 的属性 no 改为 yes
service sshd restart
all available gssapi mechanisms failed错误解决
最新推荐文章于 2023-04-24 19:23:25 发布
解决方法:
vi /etc/ssh/sshd_config
将PasswordAuthentication 的属性 no 改为 yes
service sshd restart