|
/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 $ x) A8 |+ |5 r0 R" c/ m0 E% r1 R
sshd启动报错: Unsupported option GSSAPIAuthentication
1 r7 \/ a6 H2 h' ` Unsupported option GSSAPICleanupCredentials 2 b+ `1 \2 J7 P
解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes
# s/ n) j0 n& l1 E& h #GSSAPICleanupCredentials yes' o0 }6 F& v" [/ Y
( Q& q5 ]% G& E, A+ r " x2 `1 M( W' F3 i/ W# z) d2 Y
+ A3 E" g l! U& R- P/ d3 a2 R
[root@01 tmp]# vim /etc/ssh/sshd_config
: z+ c, G; A, z2 F+ {# Q
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config
1 m! K! Y. P- r, W* P& D7 Z
[root@01 tmp]# vim /etc/ssh/sshd_config
0 \. \" |/ Y# ^- ~
[root@01 tmp]# systemctl restart sshd.service
, a" c3 Z% ?$ b5 C' W
* |8 \3 X: W' a, e* j0 z: t% Y2 E
/ ?* ^) @% z7 S2 D2 N/ m) e8 d D |