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/defaults/main.yml

5 lines
126 B
YAML
Raw Permalink Normal View History

2026-06-20 15:17:46 -04:00
---
ssh_baseline_password_authentication: "no"
ssh_baseline_permit_root_login: "no"
ssh_baseline_pubkey_authentication: "yes"