Browse Source

added leyk and gfe to ssh-config

master
Dirk Alders 3 weeks ago
parent
commit
035e605fea
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      .ssh/config

+ 14
- 0
.ssh/config View File

@@ -57,6 +57,13 @@ Host ffw_tmux
57 57
     RequestTTY yes
58 58
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
59 59
 
60
+Host ffw_tmux
61
+    HostName ffw
62
+    User dirk
63
+    Port 22
64
+    RequestTTY yes
65
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
66
+
60 67
 Host leyk_ext
61 68
     HostName leyk
62 69
     User dirk
@@ -65,6 +72,13 @@ Host leyk_ext
65 72
     ProxyJump jump@hettingen_jumphost
66 73
     # RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
67 74
 
75
+Host leyk_tmux
76
+    HostName leyk
77
+    User dirk
78
+    Port 22
79
+    RequestTTY yes
80
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
81
+
68 82
 Host firewall_tmux
69 83
     HostName firewall
70 84
     User dirk

Loading…
Cancel
Save