32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
Port 22
|
|
Protocol 2
|
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
|
SyslogFacility AUTH
|
|
LogLevel INFO
|
|
LoginGraceTime 120
|
|
PermitRootLogin no
|
|
StrictModes yes
|
|
PubkeyAuthentication yes
|
|
AuthorizedKeysFile %h/.ssh/authorized_keys
|
|
IgnoreRhosts yes
|
|
HostbasedAuthentication no
|
|
ChallengeResponseAuthentication no
|
|
PasswordAuthentication yes
|
|
PermitEmptyPasswords no
|
|
KerberosAuthentication yes
|
|
KerberosOrLocalPasswd yes
|
|
KerberosTicketCleanup yes
|
|
GSSAPIAuthentication yes
|
|
GSSAPICleanupCredentials yes
|
|
GSSAPIStrictAcceptorCheck no
|
|
X11Forwarding yes
|
|
X11DisplayOffset 10
|
|
PrintMotd no
|
|
PrintLastLog yes
|
|
TCPKeepAlive yes
|
|
AcceptEnv LANG LC_*
|
|
AllowTcpForwarding no
|
|
Match Address @SSHD_PERMITROOT_RANGE@
|
|
PermitRootLogin yes
|
|
|