dotfiles/roles/system/sshd/defaults/main.yml

11 lines
140 B
YAML
Raw Normal View History

---
sshd:
port: 10022
auth:
permit_root_login: "no"
password_authentication: "no"
trusted_ca: true
sign_host_keys: true