报错记录

/etc/crypto-policies/back-ends/opensshserver.config: line 3: Bad configuration option: GSSAPIKexAlgorithms
百度尝试

找到 “GSSAPIKexAlgorithms”这一行,然后注释掉 #GSSAPIKexAlgorithms vim /etc/ssh/sshd_config
这种方式并没有解决
解决方式
处理方法:注释掉/etc/crypto-policies/back-ends/openssh.config中的GSSAPIKexAlgorithms开头的一行

最后完美解决。

所有评论(0)