ssh config
This commit is contained in:
parent
99d8c8f8cf
commit
96d926cdb4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue