tmux conf added to ssh configuration
This commit is contained in:
parent
d5d6c773f7
commit
a8a6067ea8
@ -62,6 +62,14 @@ Host multimedia_tmux
|
|||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
Host multimedia_ext
|
Host multimedia_ext
|
||||||
|
HostName localhost
|
||||||
|
User dirk
|
||||||
|
Port 10022
|
||||||
|
RequestTTY yes
|
||||||
|
ProxyJump jump@mount-mockery.de
|
||||||
|
LocalForward 1880 localhost:1880
|
||||||
|
|
||||||
|
Host multimedia_ext_tmux
|
||||||
HostName localhost
|
HostName localhost
|
||||||
User dirk
|
User dirk
|
||||||
Port 10022
|
Port 10022
|
||||||
|
Loading…
x
Reference in New Issue
Block a user