Disable SSH Stream Local Forwarding & Lowering Config Priority (#312)

* Better SSH Hardening

* Rename 00-hardening.conf to 30-hardening.conf

* Update 30-hardening.conf

* Update 30-hardening.conf

* Remove extra line
This commit is contained in:
Tommy
2024-07-11 10:39:29 -07:00
committed by GitHub
parent df4a19f280
commit ffc88b6c9b

View File

@@ -7,6 +7,9 @@ MaxSessions 2
# Forbid agent forwarding
AllowAgentForwarding no
# Disable stream local forwarding
AllowStreamLocalForwarding no
# Forbid TCP forwarding
AllowTcpForwarding no