aboutsummaryrefslogtreecommitdiffstats
path: root/files/etc/ssh/sshd_config.d/custom.conf
blob: e9134440ce083c2eacaa2a4d0007144365185a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Authentication
LoginGraceTime 2m
PermitRootLogin prohibit-password
StrictModes yes
MaxAuthTries 6
MaxSessions 10

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
PermitEmptyPasswords no

# Kerberos options
KerberosAuthentication no

# GSSAPI options
GSSAPIAuthentication no

# TODO: Confirm that this is not overridden by the global configuration file?
# X11 is not installed on this machine anyway.
X11Forwarding no