马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
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
$ b$ B' Y7 Y% Z7 c, E2 ^9 p: a sshd启动报错: Unsupported option GSSAPIAuthentication, B0 k! F |' ]: f1 G$ N6 Y( u
Unsupported option GSSAPICleanupCredentials
# F+ s7 F4 J" q9 R- o, t 解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes
; c8 a. v! Q7 ] #GSSAPICleanupCredentials yes
5 k G& n' b& |0 W! \& J p+ M; E+ l% a& A8 `
. o9 N7 d! ~- M
?# l- o% i. o- n. `[root@01 tmp]# vim /etc/ssh/sshd_config ( C. F$ }. i3 l- z3 R* B
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config & y8 M2 D7 n( J8 A% U% o" g! _
[root@01 tmp]# vim /etc/ssh/sshd_config
1 f/ D6 R- v# I; l
[root@01 tmp]# systemctl restart sshd.service
) f6 H9 ~: J2 [
$ \* v3 M: V8 E7 D6 [8 `8 P n" t0 @; u6 Z% K# j4 U g
|