|
/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
; p/ A9 Q+ {6 m/ C* X. w9 k sshd启动报错: Unsupported option GSSAPIAuthentication3 N( W( [# o, w" S0 O
Unsupported option GSSAPICleanupCredentials
1 {" Y; t, U @( h7 g 解决方法: 注销sshd的配置文件(sshd_config)的如下配置: #GSSAPIAuthentication yes
0 b# _- H; W) ^8 T/ ~% b" _ #GSSAPICleanupCredentials yes
% V h- I9 S, y+ u: |6 ]/ o% x% {( F. B% c$ h/ C/ ^/ Q7 K
! R" w4 d$ {+ g$ o6 a- a' ?* h# a5 d$ q/ X- `( \
[root@01 tmp]# vim /etc/ssh/sshd_config 1 V1 G0 k E$ q' x) i
[root@01 tmp]# /usr/sbin/sshd -t -f /etc/ssh/sshd_config " L, F3 {/ b" ~- ]1 L. x5 o0 n6 b
[root@01 tmp]# vim /etc/ssh/sshd_config . d h7 d4 `1 {8 g. F% L, ]( D# |
[root@01 tmp]# systemctl restart sshd.service
; j% ^8 ]! R6 K: X/ q9 o8 `( ~$ a; Q& ]/ q4 K/ c
b( ]% z. y$ O- o4 x* T |