15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
|
# sshd_config defaults on Future Linux
|
||
|
SyslogFacility AUTHPRIV
|
||
|
|
||
|
ChallengeResponseAuthentication no
|
||
|
|
||
|
GSSAPIAuthentication yes
|
||
|
GSSAPICleanupCredentials no
|
||
|
|
||
|
X11Forwarding yes
|
||
|
|
||
|
KbdInteractiveAuthentication no
|
||
|
UsePAM yes
|
||
|
PrintMotd no
|
||
|
|