Allow TCP forwarding

This commit is contained in:
Thomas Kleinendorst 2024-12-30 16:03:57 +01:00
parent ac622af4c0
commit 9e9449c6ed

View file

@ -31,6 +31,7 @@
# devsec.hardening.ssh_hardening vars: # devsec.hardening.ssh_hardening vars:
ssh_client_port: 22 # Default, but duplicated here for documentation purpose. Not changed because its only accessible via LAN. ssh_client_port: 22 # Default, but duplicated here for documentation purpose. Not changed because its only accessible via LAN.
ssh_client_password_login: false # Default, but duplicated here for documentation purpose. ssh_client_password_login: false # Default, but duplicated here for documentation purpose.
ssh_allow_tcp_forwarding: true
# geerlingguy.docker vars: # geerlingguy.docker vars:
docker_edition: 'ce' docker_edition: 'ce'
docker_install_compose_plugin: true docker_install_compose_plugin: true