|
/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
3 i0 R1 y3 W. ~# j' u; K U sshd启动报错: Unsupported option GSSAPIAuthentication' o4 t! J- \( {6 G' p
Unsupported option GSSAPICleanupCredentials " G, q6 n3 {! d# v
解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes
R( Z5 k3 a0 T #GSSAPICleanupCredentials yes
f; s. V$ u+ `0 O8 R
$ z1 Z+ m) v5 C
+ V6 P6 a2 a! l5 D* C- U9 T. S4 |1 |
[root@01 tmp]# vim /etc/ssh/sshd_config 3 K7 k7 D9 E9 {! r
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config ~/ {4 I, ^# F+ s
[root@01 tmp]# vim /etc/ssh/sshd_config 9 Z. R% w3 K3 q. ^
[root@01 tmp]# systemctl restart sshd.service 2 u. q2 o. R9 M$ @1 x' T7 ?
$ C* L* d8 |% Z- V
0 r8 q3 m3 t: k8 y
|