Add controls for tunneling and forwarding

This commit is contained in:
Alexander Gorelyshev
2026-06-08 14:08:28 +04:00
parent 310bda74af
commit aa24942348
3 changed files with 16 additions and 1 deletions

View File

@@ -3,3 +3,7 @@ sshd_disable_pam: false
sshd_password_auth: false
sshd_challenge_response_auth: false
sshd_gss_api_auth: false
sshd_allow_agent_forwarding: false
sshd_allow_tcp_forwarding: false
sshd_gateway_ports: false
sshd_permit_tunnel: false