瀏覽代碼

tmux conf added to ssh configuration

master
Dirk Alders 1 年之前
父節點
當前提交
a8a6067ea8
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      .ssh/config

+ 8
- 0
.ssh/config 查看文件

@@ -62,6 +62,14 @@ Host multimedia_tmux
62 62
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
63 63
 
64 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 73
     HostName localhost
66 74
     User dirk
67 75
     Port 10022

Loading…
取消
儲存