mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
set AllowTcpForwarding to local
This commit is contained in:
parent
acc4667e47
commit
44bc3ead48
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
marker: '# ANSIBLE_MANAGED_ssh_tunneling_role'
|
marker: '# ANSIBLE_MANAGED_ssh_tunneling_role'
|
||||||
block: |
|
block: |
|
||||||
Match Group algo
|
Match Group algo
|
||||||
AllowTcpForwarding remote
|
AllowTcpForwarding local
|
||||||
AllowAgentForwarding no
|
AllowAgentForwarding no
|
||||||
AllowStreamLocalForwarding no
|
AllowStreamLocalForwarding no
|
||||||
PermitTunnel no
|
PermitTunnel no
|
||||||
|
|
Loading…
Add table
Reference in a new issue