ansible/roles/sshd/files/sshd_config

12 lines
244 B
Plaintext
Raw Normal View History

2024-09-15 14:12:48 +03:00
# 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