Parcourir la source

multimedia_ext finalised

master
Dirk Alders il y a 1 an
Parent
révision
05cd785c60
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      .ssh/config

+ 3
- 1
.ssh/config Voir le fichier

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

Chargement…
Annuler
Enregistrer