12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
# Ansible managed
|
|
|
|
Include /etc/ssh/sshd_config.d/*.conf
|
|
PermitRootLogin yes
|
|
PasswordAuthentication no
|
|
ChallengeResponseAuthentication no
|
|
UsePAM yes
|
|
X11Forwarding yes
|
|
PrintMotd no
|
|
AcceptEnv LANG LC_*
|
|
Subsystem sftp /usr/lib/openssh/sftp-server
|