diff --git a/.local/share/applications/tmux-devel.desktop b/.local/share/applications/tmux-devel.desktop index e337f8d..2b818bc 100644 --- a/.local/share/applications/tmux-devel.desktop +++ b/.local/share/applications/tmux-devel.desktop @@ -7,4 +7,4 @@ TryExec=kitty Icon=kitty Terminal=false Categories=System;TerminalEmulator; -Exec=kitty --class=tmux-devel autossh -M21001 devel +Exec=kitty --class=tmux-devel autossh -M0 devel diff --git a/.ssh/config b/.ssh/config index 99290eb..18b7fed 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,6 +6,7 @@ ExitOnForwardFailure yes RequestTty yes LocalForward 127.0.0.1:8000 127.0.0.1:8000 LocalForward 127.0.0.1:8080 127.0.0.1:8080 +LocalForward 127.0.0.1:8250 127.0.0.1:8250 LocalForward 127.0.0.1:9090 127.0.0.1:9090 LocalForward 127.0.0.1:15000 127.0.0.1:15000 LocalForward 127.0.0.1:9876 127.0.0.1:9876