mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Update entrypoint.sh
enable ssh compression in autossh: -o "Compression=yes"
This commit is contained in:
parent
54580adabf
commit
848fec94f8
1 changed files with 1 additions and 0 deletions
|
|
@ -45,4 +45,5 @@ exec autossh -M 0 \
|
|||
-o "UserKnownHostsFile=/dev/null" \
|
||||
-o "ServerAliveInterval=60" \
|
||||
-o "ServerAliveCountMax=3" \
|
||||
-o "Compression=yes" \
|
||||
-N $TUNNEL_CMD $SSH_USER@$SSH_HOST 2>&1 | tee -a /var/log/ssh-tunnel/tunnel.log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue