|
@@ -107,7 +107,7 @@ Host firewall_ext
|
107
|
107
|
User dirk
|
108
|
108
|
Port 22
|
109
|
109
|
RequestTTY yes
|
110
|
|
- ProxyJump dirk@multimedia_ext
|
|
110
|
+ ProxyJump dirk@hettingen_jumphost
|
111
|
111
|
|
112
|
112
|
Host firewall_ext_tmux
|
113
|
113
|
HostName firewall
|
|
@@ -115,7 +115,41 @@ Host firewall_ext_tmux
|
115
|
115
|
Port 22
|
116
|
116
|
RequestTTY yes
|
117
|
117
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
118
|
|
- ProxyJump dirk@multimedia_ext
|
|
118
|
+ ProxyJump dirk@hettingen_jumphost
|
|
119
|
+
|
|
120
|
+Host ffe_ext
|
|
121
|
+ HostName ffe
|
|
122
|
+ User dirk
|
|
123
|
+ Port 22
|
|
124
|
+ RequestTTY yes
|
|
125
|
+ ProxyJump dirk@hettingen_jumphost
|
|
126
|
+ LocalForward 8038 localhost:8038
|
|
127
|
+
|
|
128
|
+Host ffe_ext_tmux
|
|
129
|
+ HostName ffe
|
|
130
|
+ User dirk
|
|
131
|
+ Port 22
|
|
132
|
+ RequestTTY yes
|
|
133
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
134
|
+ ProxyJump dirk@hettingen_jumphost
|
|
135
|
+ LocalForward 8038 localhost:8038
|
|
136
|
+
|
|
137
|
+Host ffw_ext
|
|
138
|
+ HostName ffw
|
|
139
|
+ User dirk
|
|
140
|
+ Port 22
|
|
141
|
+ RequestTTY yes
|
|
142
|
+ ProxyJump dirk@hettingen_jumphost
|
|
143
|
+ LocalForward 8038 localhost:8038
|
|
144
|
+
|
|
145
|
+Host ffw_ext_tmux
|
|
146
|
+ HostName ffw
|
|
147
|
+ User dirk
|
|
148
|
+ Port 22
|
|
149
|
+ RequestTTY yes
|
|
150
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
151
|
+ ProxyJump dirk@hettingen_jumphost
|
|
152
|
+ LocalForward 8038 localhost:8038
|
119
|
153
|
|
120
|
154
|
Host test_tmux
|
121
|
155
|
HostName test
|
|
@@ -129,7 +163,7 @@ Host test_ext
|
129
|
163
|
User dirk
|
130
|
164
|
Port 22
|
131
|
165
|
RequestTTY yes
|
132
|
|
- ProxyJump dirk@multimedia_ext
|
|
166
|
+ ProxyJump dirk@hettingen_jumphost
|
133
|
167
|
|
134
|
168
|
Host test_ext_tmux
|
135
|
169
|
HostName test
|
|
@@ -137,7 +171,7 @@ Host test_ext_tmux
|
137
|
171
|
Port 22
|
138
|
172
|
RequestTTY yes
|
139
|
173
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
140
|
|
- ProxyJump dirk@multimedia_ext
|
|
174
|
+ ProxyJump dirk@hettingen_jumphost
|
141
|
175
|
|
142
|
176
|
Host mm_tmux
|
143
|
177
|
HostName mount-mockery.de
|
|
@@ -160,6 +194,8 @@ Host multimedia_ext
|
160
|
194
|
RequestTTY yes
|
161
|
195
|
ProxyJump jump@public_jumphost
|
162
|
196
|
LocalForward 1888 localhost:1880
|
|
197
|
+ LocalForward 8080 localhost:80
|
|
198
|
+ LocalForward 8038 localhost:8038
|
163
|
199
|
|
164
|
200
|
Host multimedia_ext_tmux
|
165
|
201
|
HostName localhost
|
|
@@ -169,6 +205,8 @@ Host multimedia_ext_tmux
|
169
|
205
|
ProxyJump jump@public_jumphost
|
170
|
206
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
171
|
207
|
LocalForward 1888 localhost:1880
|
|
208
|
+ LocalForward 8080 localhost:80
|
|
209
|
+ LocalForward 8038 localhost:8038
|
172
|
210
|
|
173
|
211
|
Host multimedia_kb
|
174
|
212
|
HostName 192.168.0.2
|