13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
Include /etc/ssh/sshd_config.d/*.conf
|
|
HostKey /etc/ssh/ssh_host_rsa_key
|
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
|
KbdInteractiveAuthentication no
|
|
X11Forwarding yes
|
|
PrintMotd no
|
|
PasswordAuthentication no
|
|
ChallengeResponseAuthentication no
|
|
Banner none
|
|
AcceptEnv LANG LC_*
|
|
Subsystem sftp /usr/lib/openssh/sftp-server
|
|
UsePAM yes
|
|
PermitRootLogin prohibit-password |