lab-ansible/roles/virt-common/files/sshd_config

24 lines
375 B
Plaintext
Raw Normal View History

# THIS FILE IS MANAGED BY ANSIBLE
2023-11-07 21:15:20 +00:00
Port 22
AddressFamily any
ListenAddress 0.0.0.0
MaxAuthTries 3
PubkeyAuthentication yes
PermitRootLogin no
PermitEmptyPasswords no
PasswordAuthentication no
IgnoreRhosts yes
UsePAM yes
AllowAgentForwarding no
X11Forwarding no
PrintMotd no
UseDNS no
AcceptEnv LANG LC_*
2023-12-25 20:49:17 +00:00
Subsystem sftp internal-sftp
2023-11-12 22:16:53 +00:00
Include /etc/ssh/sshd_config.d/*.conf