Update converge.yml

This commit is contained in:
Alexander Gorelyshev
2026-06-08 16:23:15 +04:00
parent 54c19551f3
commit 06e1f73b07

View File

@@ -3,4 +3,9 @@
hosts: all hosts: all
roles: roles:
- role: "genlab.common.sshd" - role: "genlab.common.sshd"
sshd_password_auth: false
sshd_allow_agent_forwarding: false
sshd_allow_tcp_forwarding: false
sshd_gateway_ports: false
sshd_permit_tunnel: false
sshd_allow_users: "testusr" sshd_allow_users: "testusr"