Update for Planswell infra changes
This commit is contained in:
parent
bdc1f04d79
commit
75abb4cefd
13
.ssh/config
13
.ssh/config
@ -1,3 +1,14 @@
|
|||||||
### Master SSH Config
|
### Master SSH Config
|
||||||
|
#Host default
|
||||||
|
# HostName 127.0.0.1
|
||||||
|
# User vagrant
|
||||||
|
# Port 2222
|
||||||
|
# UserKnownHostsFile /dev/null
|
||||||
|
# StrictHostKeyChecking no
|
||||||
|
# PasswordAuthentication no
|
||||||
|
# IdentityFile /home/ahosking/depos/planswell/maws.vagrants/planswell/jumpbox/.vagrant/machines/default/virtualbox/private_key
|
||||||
|
# IdentitiesOnly yes
|
||||||
|
# LogLevel FATAL
|
||||||
|
#
|
||||||
|
#
|
||||||
Include config.d/*
|
Include config.d/*
|
||||||
|
@ -1,17 +1,49 @@
|
|||||||
## Planswell
|
## Planswell
|
||||||
Host planswell.jumpbox
|
Host planswell.jumpbox.old
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 35.182.178.122
|
Hostname 35.182.178.122
|
||||||
|
|
||||||
|
## Staging
|
||||||
|
Host planswell.stage.jumpbox
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 35.183.253.232
|
||||||
|
|
||||||
|
Host planswell.stage.dockerbox
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 172.36.2.122
|
||||||
|
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
||||||
|
|
||||||
|
Host planswell.stage.utils
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 172.36.2.123
|
||||||
|
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
||||||
|
## Staging End
|
||||||
|
|
||||||
|
## Prod
|
||||||
Host planswell.prod.jumpbox
|
Host planswell.prod.jumpbox
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 35.182.200.193
|
Hostname 52.60.47.105
|
||||||
|
|
||||||
Host planswell.prod.dockerbox
|
Host planswell.prod.dockerbox
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 10.0.1.218
|
Hostname 10.0.1.40
|
||||||
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
||||||
|
|
||||||
|
Host planswell.prod.utils
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.0.1.44
|
||||||
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
||||||
|
## Prod End
|
||||||
|
|
||||||
|
Host planswell.prod.jumpbox.old
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 35.182.200.193
|
||||||
|
|
||||||
|
Host planswell.prod.dockerbox.old
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.0.1.218
|
||||||
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox.old
|
||||||
|
|
||||||
Host 172.36.*
|
Host 172.36.*
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
||||||
|
Loading…
Reference in New Issue
Block a user