From bc6fb97b6bb0527b5845df1c0dd501b9214fdf8b Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sun, 5 May 2024 17:57:02 +0200 Subject: [PATCH] autossh: forward the homeassistant port --- image/overlay/domotica/etc/rc.d/autossh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.51.0