ansible/roles/openssh_server/defaults/main.yml
Jeltz 859a84f69c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Fix ssh.yml to handle the case of camelot
2022-02-08 09:38:21 +01:00

7 lines
135 B
YAML

---
openssh_authorized_principals:
- any
openssh_allow_passwords: false
openssh_whitelist_users: []
openssh_whitelist_groups: []
...