Parcourir la source

tmux conf added to ssh configuration

master
Dirk Alders il y a 1 an
Parent
révision
a8a6067ea8
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8
    0
      .ssh/config

+ 8
- 0
.ssh/config Voir le fichier

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

Chargement…
Annuler
Enregistrer