From 535dd47967996f82a13f4fef3dc73f20eef4eb80 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Tue, 25 Feb 2025 12:17:40 +0100 Subject: [PATCH] Update entrypoint.tailscale.sh Enable ssh compression with autossh: -o "Compression=yes" --- docker/entrypoint.tailscale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/entrypoint.tailscale.sh b/docker/entrypoint.tailscale.sh index d18936f..1d478bc 100644 --- a/docker/entrypoint.tailscale.sh +++ b/docker/entrypoint.tailscale.sh @@ -84,4 +84,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}