This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/ssh_baseline/templates/10-setops.conf.j2

15 lines
435 B
Text
Raw Normal View History

2026-06-20 15:17:46 -04:00
# Managed by Ansible — Set-OPS
PermitRootLogin {{ ssh_baseline_permit_root_login }}
PubkeyAuthentication {{ ssh_baseline_pubkey_authentication }}
PasswordAuthentication {{ ssh_baseline_password_authentication }}
AuthenticationMethods publickey
2026-06-20 15:17:46 -04:00
KbdInteractiveAuthentication no
ChallengeResponseAuthentication no
PermitEmptyPasswords no
HostbasedAuthentication no
IgnoreRhosts yes
2026-06-20 15:17:46 -04:00
X11Forwarding no
PermitUserEnvironment no
2026-06-20 15:17:46 -04:00
UsePAM yes