From: Kristof Provost Date: Sun, 5 May 2024 15:57:02 +0000 (+0200) Subject: autossh: forward the homeassistant port X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=bc6fb97b6bb0527b5845df1c0dd501b9214fdf8b;p=pennestraat-domotica autossh: forward the homeassistant port --- diff --git a/image/overlay/domotica/etc/rc.d/autossh b/image/overlay/domotica/etc/rc.d/autossh index cb550a0..a91df8d 100755 --- a/image/overlay/domotica/etc/rc.d/autossh +++ b/image/overlay/domotica/etc/rc.d/autossh @@ -19,7 +19,7 @@ autossh_start() /usr/local/bin/sudo -u kp \ /usr/local/bin/tmux new-session -d \ "autossh -M 0 -p 2207 -N -R ${control_port}:localhost:22 \ - -R ${http_port}:localhost:80 \ + -R ${http_port}:localhost:8123 \ -o ExitOnForwardFailure=yes \ domotica@kosmos.sigsegv.be" }