Skip to content

Commit 016cbb9

Browse files
author
Christopher M. Neill
committed
update some typos, etc
1 parent b8bb564 commit 016cbb9

1 file changed

Lines changed: 13 additions & 27 deletions

File tree

ssh/config

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ Host beta-web
181181

182182
Host gamma-bastion
183183
HostName 54.69.34.161
184-
# HostName <IP-for-UW2B-bastion>
185-
# HostName <IP-for-UW2C-bastion>
186-
187-
Host gamma-bastion-us-west-2a
188-
#HostName 54.69.34.161
189184

190185
Host 10.4.*.*
191186
User ubuntu
@@ -196,57 +191,48 @@ Host 10.4.*.*
196191

197192
## Gamma Userland Hipache
198193
Host gamma-user
199-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.141 22
194+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
200195

201196
Host gamma-user-us-west-2a
202-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.141 22
197+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.141 22
203198

204199
## Gamma App Hipache
205200
Host gamma-hipache
206-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.209 22
201+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
207202

208203
Host gamma-hipache-us-west-2a
209-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.0.209 22
204+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.209 22
210205

211206
## Gamma API
212207
Host gamma-api
213-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.188 22
208+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
214209

215210
Host gamma-api-us-west-2a
216-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.188 22
211+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
217212

218213
## Gamma MongoDB
219214
Host gamma-mongo-us-west-2a
220-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
221-
222-
Host gmdb2a
223-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
215+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22
224216

225217
Host gamma-mongo-us-west-2b
226-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
227-
228-
Host gmdb2b
229-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
218+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22
230219

231220
Host gamma-mongo-us-west-2c
232-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
233-
234-
Host gmdb2c
235-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
221+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22
236222

237223
## Gamma Redis
238224
Host gamma-redis
239-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.5.103 22
225+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.103 22
240226

241227
Host gamma-redis-us-west-2a
242-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.5.103 22
228+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.103 22
243229

244230
## Gamma Neo4J
245231
Host gamma-neo4j
246-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.210 22
232+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
247233

248234
Host gamma-neo4j-us-west-2a
249-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.210 22
235+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
250236

251237
################################################################################
252238
# other

0 commit comments

Comments
 (0)