[ssh] Add two new metal servers and rotate 15Five
This commit is contained in:
@ -54,11 +54,17 @@ Host bastion1.local
|
|||||||
Host pandora.unbl.ink
|
Host pandora.unbl.ink
|
||||||
User root
|
User root
|
||||||
|
|
||||||
|
# Rackedge VPS
|
||||||
|
Host greip.unbl.ink
|
||||||
|
User root
|
||||||
|
|
||||||
# Inside our network, skip strict host key checking
|
# Inside our network, skip strict host key checking
|
||||||
Host *.local
|
Host *.local
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
# Bare metal hosts
|
# Bare metal hosts
|
||||||
|
Host gerd.local
|
||||||
|
User powellc
|
||||||
Host hati.local
|
Host hati.local
|
||||||
User powellc
|
User powellc
|
||||||
Host ymir.local
|
Host ymir.local
|
||||||
@ -141,7 +147,7 @@ Host bastion.cloud51.15five.com
|
|||||||
Host *.cloud100
|
Host *.cloud100
|
||||||
HostName %h
|
HostName %h
|
||||||
User colin
|
User colin
|
||||||
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
|
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
|
||||||
ProxyJump bastion.cloud100.15five.com
|
ProxyJump bastion.cloud100.15five.com
|
||||||
LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
|
LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
|
||||||
Port 155
|
Port 155
|
||||||
@ -151,14 +157,14 @@ Host *.cloud100
|
|||||||
|
|
||||||
Host bastion.cloud100.15five.com
|
Host bastion.cloud100.15five.com
|
||||||
User colin
|
User colin
|
||||||
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
|
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
|
||||||
Port 155
|
Port 155
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
Host *.cloud101
|
Host *.cloud101
|
||||||
HostName %h
|
HostName %h
|
||||||
User colin
|
User colin
|
||||||
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
|
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
|
||||||
ProxyJump bastion.cloud101.15five.com
|
ProxyJump bastion.cloud101.15five.com
|
||||||
LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
|
LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
|
||||||
Port 155
|
Port 155
|
||||||
@ -168,6 +174,6 @@ Host *.cloud101
|
|||||||
|
|
||||||
Host bastion.cloud101.15five.com
|
Host bastion.cloud101.15five.com
|
||||||
User colin
|
User colin
|
||||||
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
|
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
|
||||||
Port 155
|
Port 155
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|||||||
Reference in New Issue
Block a user