[ssh] Add two new metal servers and rotate 15Five

This commit is contained in:
2022-10-26 10:41:00 -04:00
parent 38b4ca33d3
commit 530ffcfba4

View File

@ -54,11 +54,17 @@ Host bastion1.local
Host pandora.unbl.ink
User root
# Rackedge VPS
Host greip.unbl.ink
User root
# Inside our network, skip strict host key checking
Host *.local
StrictHostKeyChecking no
# Bare metal hosts
Host gerd.local
User powellc
Host hati.local
User powellc
Host ymir.local
@ -141,7 +147,7 @@ Host bastion.cloud51.15five.com
Host *.cloud100
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
ProxyJump bastion.cloud100.15five.com
LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
Port 155
@ -151,14 +157,14 @@ Host *.cloud100
Host bastion.cloud100.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
Port 155
AddKeysToAgent yes
Host *.cloud101
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
ProxyJump bastion.cloud101.15five.com
LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
Port 155
@ -168,6 +174,6 @@ Host *.cloud101
Host bastion.cloud101.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
Port 155
AddKeysToAgent yes