ssh-hardening/defaults/main.yml
Sven Velt 70ab8d6e28 Big update to support RHEL9 & clones
Now crypto-policies include SSH options (not command line arguments)
2023-03-20 20:32:35 +01:00

19 lines
296 B
YAML

---
ssh_hardening_hostkeys:
- rsa
- ed25519
ssh_hardening_hostkeys_all:
- dsa
- ecdsa
- rsa
- ed25519
ssh_hardening_moduli: /etc/ssh/moduli
ssh_hardening_moduli_backup: /etc/ssh/moduli.not-hardened
ssh_hardening_service_name: sshd
ssh_hardening_sshd_config: /etc/ssh/sshd_config