Browse Source

tmux conf added to ssh configuration

master
Dirk Alders 1 year ago
parent
commit
a8a6067ea8
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .ssh/config

+ 8
- 0
.ssh/config View File

62
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
62
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
63
 
63
 
64
 Host multimedia_ext
64
 Host multimedia_ext
65
+    HostName localhost
66
+    User dirk
67
+    Port 10022
68
+    RequestTTY yes
69
+    ProxyJump jump@mount-mockery.de
70
+    LocalForward 1880 localhost:1880
71
+
72
+Host multimedia_ext_tmux
65
     HostName localhost
73
     HostName localhost
66
     User dirk
74
     User dirk
67
     Port 10022
75
     Port 10022

Loading…
Cancel
Save