Initial commit
This commit is contained in:
commit
0c5ee3d3d1
12 changed files with 292 additions and 0 deletions
9
templates/remote/sshd_config.j2
Normal file
9
templates/remote/sshd_config.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
ClientAliveInterval 30
|
||||
ClientAliveCountMax 3
|
||||
|
||||
Match User ssh-tunnel
|
||||
AllowTcpForwarding yes
|
||||
X11Forwarding no
|
||||
PermitTunnel no
|
||||
GatewayPorts clientspecified
|
||||
ForceCommand echo "Only forwarding"
|
Loading…
Add table
Add a link
Reference in a new issue