Browse Source

multimedia_ext finalised

master
Dirk Alders 1 year ago
parent
commit
05cd785c60
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .ssh/config

+ 3
- 1
.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
65
     User dirk
66
     User dirk
66
-    ProxyCommand ~/bin/pdns-proxy multimedia
67
+    Port 10022
67
     RequestTTY yes
68
     RequestTTY yes
69
+    ProxyJump jump@mount-mockery.de
68
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
70
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
69
     LocalForward 1880 localhost:1880
71
     LocalForward 1880 localhost:1880
70
 
72
 

Loading…
Cancel
Save