homeserver/roles/mgrote.ssh/vars/pve.yml
mg b311fc8236 ssh: listen port als variable (#230)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#230
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-22 15:39:29 +02:00

7 lines
145 B
YAML

---
ssh_permit_root_login: "yes"
ssh_password_authentication: "yes"
ssh_print_motd: "no"
ssh_print_lastlog: "no"
ssh_listen_port: "22"