From 96d926cdb4c0dffdc37ee7624cc4c000bc957250 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 6 Oct 2020 13:17:10 +0200 Subject: [PATCH] ssh config --- .local/share/applications/tmux-devel.desktop | 2 +- .ssh/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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