Skip to content

Commit 720865f

Browse files
author
anandkumarpatel
committed
Merge pull request #275 from CodeNow/utility-host-cleanup
update utility boxes
2 parents 45c2a78 + 5475c65 commit 720865f

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

ssh/config

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,16 @@ Host delta*
1111
Identityfile ~/.ssh/delta.pem
1212

1313
################################################################################
14-
# oregon
14+
# utility
1515
################################################################################
16-
Host oregon-bastion
17-
HostName 52.25.121.228
18-
User ubuntu
19-
ForwardAgent yes
20-
IdentityFile ~/.ssh/oregon.pem
21-
2216
Host migration-router
23-
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.254 22
17+
HostName 52.24.117.16
2418
User ubuntu
2519
ForwardAgent yes
2620
IdentityFile ~/.ssh/oregon.pem
2721

2822
Host hubot
29-
ProxyCommand ssh -q ubuntu@oregon-bastion nc 10.2.0.230 22
23+
HostName 52.24.128.35
3024
User ubuntu
3125
ForwardAgent yes
3226
IdentityFile ~/.ssh/oregon.pem
@@ -38,15 +32,6 @@ Host hubot
3832
Host delta-staging-data
3933
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.59 22
4034

41-
################################################################################
42-
# oregon
43-
################################################################################
44-
Host oregon-bastion
45-
HostName 52.25.121.228
46-
User ubuntu
47-
ForwardAgent yes
48-
IdentityFile ~/.ssh/oregon.pem
49-
5035
################################################################################
5136
# Gamma
5237
################################################################################

0 commit comments

Comments
 (0)