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
     RequestTTY yes
57
     RequestTTY yes
58
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
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
 Host leyk_ext
67
 Host leyk_ext
61
     HostName leyk
68
     HostName leyk
62
     User dirk
69
     User dirk
65
     ProxyJump jump@hettingen_jumphost
72
     ProxyJump jump@hettingen_jumphost
66
     # RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
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
 Host firewall_tmux
82
 Host firewall_tmux
69
     HostName firewall
83
     HostName firewall
70
     User dirk
84
     User dirk

Loading…
Cancel
Save