马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
/usr/sbin/sshd -t -f /etc/ssh/sshd_config /etc/ssh/sshd_config line 79: Unsupported option GSSAPIAuthentication /etc/ssh/sshd_config line 80: Unsupported option GSSAPICleanupCredentials
1 S7 b( r! ]2 P$ h% H. q' D/ ]% z! r sshd启动报错: Unsupported option GSSAPIAuthentication
K: M$ _# o! P5 `( m Unsupported option GSSAPICleanupCredentials
9 g- N# _1 x6 T' f 解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes% ?# h- [! K0 Z a( n9 D
#GSSAPICleanupCredentials yes
( T9 T J$ V/ C V+ Z+ l7 X5 x
8 a/ F* a1 d1 ~ a) H Q( x
& H; G8 B) p+ c! [
" c4 q$ X6 N4 h# t/ Y4 v[root@01 tmp]# vim /etc/ssh/sshd_config 8 c( }1 d( K* [ P; F8 N
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config
* c# g+ _) s; b% A5 M
[root@01 tmp]# vim /etc/ssh/sshd_config
; Y5 D+ `- b" f9 R8 V" J
[root@01 tmp]# systemctl restart sshd.service
) b+ c! h, r3 N5 h/ j- B7 y: K: G( I6 \$ ]2 k
( T' C/ U& K$ X+ G Z7 f. {
|