Browse Source

firewall and test added to ssh config

master
Dirk Alders 1 year ago
parent
commit
117730b82c
1 changed files with 44 additions and 0 deletions
  1. 44
    0
      .ssh/config

+ 44
- 0
.ssh/config View File

@@ -88,6 +88,50 @@ Host leyk_ext
88 88
     ProxyJump jump@hettingen_jumphost
89 89
     # RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
90 90
 
91
+Host firewall_tmux
92
+    HostName firewall
93
+    User dirk
94
+    Port 22
95
+    RequestTTY yes
96
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
97
+
98
+Host firewall_ext
99
+    HostName firewall
100
+    User dirk
101
+    Port 22
102
+    RequestTTY yes
103
+    ProxyJump dirk@multimedia_ext
104
+
105
+Host firewall_ext_tmux
106
+    HostName firewall
107
+    User dirk
108
+    Port 22
109
+    RequestTTY yes
110
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
111
+    ProxyJump dirk@multimedia_ext
112
+
113
+Host test_tmux
114
+    HostName test
115
+    User dirk
116
+    Port 22
117
+    RequestTTY yes
118
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
119
+
120
+Host test_ext
121
+    HostName test
122
+    User dirk
123
+    Port 22
124
+    RequestTTY yes
125
+    ProxyJump dirk@multimedia_ext
126
+
127
+Host test_ext_tmux
128
+    HostName test
129
+    User dirk
130
+    Port 22
131
+    RequestTTY yes
132
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
133
+    ProxyJump dirk@multimedia_ext
134
+
91 135
 Host mm_tmux
92 136
     HostName mount-mockery.de
93 137
     User root

Loading…
Cancel
Save