mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-12-24 14:27:01 +00:00
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:
@@ -7,6 +7,9 @@ MaxSessions 2
|
||||
# Forbid agent forwarding
|
||||
AllowAgentForwarding no
|
||||
|
||||
# Disable stream local forwarding
|
||||
AllowStreamLocalForwarding no
|
||||
|
||||
# Forbid TCP forwarding
|
||||
AllowTcpForwarding no
|
||||
|
||||
Reference in New Issue
Block a user