Explorar el Código

multimedia_ext finalised

master
Dirk Alders hace 1 año
padre
commit
05cd785c60
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      .ssh/config

+ 3
- 1
.ssh/config Ver fichero

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

Loading…
Cancelar
Guardar