From 82319751d71a533dea5886320456cd870fbeb3b5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 29 Oct 2023 21:10:29 +0100 Subject: [PATCH] Port for remote smarthome changed to 1888 --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 56192a1..17ffcdc 100644 --- a/.ssh/config +++ b/.ssh/config @@ -159,7 +159,7 @@ Host multimedia_ext Port 10022 RequestTTY yes ProxyJump jump@public_jumphost - LocalForward 1880 localhost:1880 + LocalForward 1888 localhost:1880 Host multimedia_ext_tmux HostName localhost @@ -168,7 +168,7 @@ Host multimedia_ext_tmux RequestTTY yes ProxyJump jump@public_jumphost RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh - LocalForward 1880 localhost:1880 + LocalForward 1888 localhost:1880 Host multimedia_kb HostName 192.168.0.2