ansible/roles/sshd/files/sshd_config
2024-09-15 14:12:48 +03:00

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