mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 00:18:37 +01:00
Update entrypoint.tailscale.sh
Enable ssh compression with autossh: -o "Compression=yes"
This commit is contained in:
parent
848fec94f8
commit
535dd47967
1 changed files with 1 additions and 0 deletions
|
|
@ -84,4 +84,5 @@ exec autossh -M 0 \
|
||||||
-o "UserKnownHostsFile=/dev/null" \
|
-o "UserKnownHostsFile=/dev/null" \
|
||||||
-o "ServerAliveInterval=60" \
|
-o "ServerAliveInterval=60" \
|
||||||
-o "ServerAliveCountMax=3" \
|
-o "ServerAliveCountMax=3" \
|
||||||
|
-o "Compression=yes" \
|
||||||
-N ${TUNNEL_CMD} ${SSH_USER}@${SSH_HOST}
|
-N ${TUNNEL_CMD} ${SSH_USER}@${SSH_HOST}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue