Deprecating old stuff that isnt used anymore
This commit is contained in:
25
deprecated/playbooks/.ssh/config
Normal file
25
deprecated/playbooks/.ssh/config
Normal file
@@ -0,0 +1,25 @@
|
||||
Host alpha-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/alpha/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host atlas-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/atlas/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host beta-host
|
||||
HostName 54.241.104.37
|
||||
IdentityFile ../infra/keys/beta/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host web-host
|
||||
HostName 54.241.104.37
|
||||
IdentityFile ../infra/keys/beta-web/beta_web
|
||||
User web
|
||||
|
||||
Host docker-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/dockerlass/id_ssh
|
||||
User dockerlass
|
||||
|
||||
Reference in New Issue
Block a user