tmux conf added to ssh configuration

This commit is contained in:
Dirk Alders 2023-05-06 22:56:39 +02:00
parent d5d6c773f7
commit a8a6067ea8

View File

@ -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