|
/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 ! d( ~! B# F- U5 X6 Q2 S" w
sshd启动报错: Unsupported option GSSAPIAuthentication
- _( q! T$ K) X/ ^/ N7 b Unsupported option GSSAPICleanupCredentials
- m5 G& i( [3 r# a 解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes
9 O3 R( c6 m3 h6 o" x. I2 ^ #GSSAPICleanupCredentials yes8 ^5 D2 K _" v% T- S
8 G6 \8 U; \- A
1 E- R# o: H8 f
" F3 u" J3 \+ U! q' o' R
[root@01 tmp]# vim /etc/ssh/sshd_config 3 N8 V. ^2 ]2 B q3 K' G
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config , Z# ^: L6 A$ S: h
[root@01 tmp]# vim /etc/ssh/sshd_config ' s5 L0 x, c; z6 L
[root@01 tmp]# systemctl restart sshd.service
+ R- n) k% f7 ?/ B3 g$ j# ?7 n$ ]" x: m0 D6 m+ l0 H" x1 s
/ d/ C5 g8 x- d' S7 ^
|