Browse Source

ext hosts improved

master
Dirk Alders 9 months ago
parent
commit
bfce5eacd9
1 changed files with 42 additions and 4 deletions
  1. 42
    4
      .ssh/config

+ 42
- 4
.ssh/config View File

107
     User dirk
107
     User dirk
108
     Port 22
108
     Port 22
109
     RequestTTY yes
109
     RequestTTY yes
110
-    ProxyJump dirk@multimedia_ext
110
+    ProxyJump dirk@hettingen_jumphost
111
 
111
 
112
 Host firewall_ext_tmux
112
 Host firewall_ext_tmux
113
     HostName firewall
113
     HostName firewall
115
     Port 22
115
     Port 22
116
     RequestTTY yes
116
     RequestTTY yes
117
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
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
 Host test_tmux
154
 Host test_tmux
121
     HostName test
155
     HostName test
129
     User dirk
163
     User dirk
130
     Port 22
164
     Port 22
131
     RequestTTY yes
165
     RequestTTY yes
132
-    ProxyJump dirk@multimedia_ext
166
+    ProxyJump dirk@hettingen_jumphost
133
 
167
 
134
 Host test_ext_tmux
168
 Host test_ext_tmux
135
     HostName test
169
     HostName test
137
     Port 22
171
     Port 22
138
     RequestTTY yes
172
     RequestTTY yes
139
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
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
 Host mm_tmux
176
 Host mm_tmux
143
     HostName mount-mockery.de
177
     HostName mount-mockery.de
160
     RequestTTY yes
194
     RequestTTY yes
161
     ProxyJump jump@public_jumphost
195
     ProxyJump jump@public_jumphost
162
     LocalForward 1888 localhost:1880
196
     LocalForward 1888 localhost:1880
197
+    LocalForward 8080 localhost:80
198
+    LocalForward 8038 localhost:8038
163
 
199
 
164
 Host multimedia_ext_tmux
200
 Host multimedia_ext_tmux
165
     HostName localhost
201
     HostName localhost
169
     ProxyJump jump@public_jumphost
205
     ProxyJump jump@public_jumphost
170
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
206
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
171
     LocalForward 1888 localhost:1880
207
     LocalForward 1888 localhost:1880
208
+    LocalForward 8080 localhost:80
209
+    LocalForward 8038 localhost:8038
172
 
210
 
173
 Host multimedia_kb
211
 Host multimedia_kb
174
     HostName 192.168.0.2
212
     HostName 192.168.0.2

Loading…
Cancel
Save