Update entrypoint.sh

enable ssh compression in autossh:

  -o "Compression=yes"
This commit is contained in:
RipleyBooya 2025-02-25 12:17:06 +01:00 committed by GitHub
parent 54580adabf
commit 848fec94f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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