[ssh] New metal hosts and update gogs hosting

This commit is contained in:
2022-09-14 12:13:19 -04:00
parent 29a585cda6
commit bf2ca92e5b

View File

@ -8,6 +8,12 @@ Host *
IdentityFile ~/.ssh/1904_powellc IdentityFile ~/.ssh/1904_powellc
VerifyHostKeyDNS no VerifyHostKeyDNS no
Host github.com
ServerAliveInterval 300
ServerAliveCountMax 2
AddKeysToAgent yes
IdentityFile ~/.ssh/2022_git
# Home Gitea account: # Home Gitea account:
Host code.unbl.ink git.service Host code.unbl.ink git.service
Port 222 Port 222
@ -17,6 +23,9 @@ Host code.unbl.ink git.service
PasswordAuthentication no PasswordAuthentication no
IdentitiesOnly yes IdentitiesOnly yes
Host gogs*
Port 222
# Mailinabox uses root by default # Mailinabox uses root by default
Host box.* Host box.*
User root User root
@ -41,14 +50,21 @@ Host tilde.club
Host bastion1.local Host bastion1.local
User powellc User powellc
# Cloud # ChicagoVPS
Host pandora.unbl.ink Host pandora.unbl.ink
User root User root
# Inside our network, skip strict host key checking
Host *.local Host *.local
StrictHostKeyChecking no StrictHostKeyChecking no
# Bare metal hosts # Bare metal hosts
Host hati.local
User powellc
Host ymir.local
User powellc
Host aegir.local
User powellc
Host tarqeq.local Host tarqeq.local
User powellc User powellc
Host fenrir.local Host fenrir.local
@ -88,23 +104,23 @@ Host skathi.local
Host tarvos.local Host tarvos.local
User powellc User powellc
# ???
Host telesto.local Host telesto.local
User root User root
IdentityFile ~/.ssh/1904_powellc IdentityFile ~/.ssh/1904_powellc
# PBP uses root user
Host penobscotbaypress.com Host penobscotbaypress.com
User root User root
# bhyve VMs
Host mopidy.local
User powellc
## Jail hosts all need a jump ## Jail hosts all need a jump
Host *.local 192.168.1.* Host *.local 192.168.1.*
User root User root
IdentityFile ~/.ssh/jails IdentityFile ~/.ssh/jails
Hostname %h Hostname %h
#ProxyJump bastion.unbl.ink ProxyJump bastion.unbl.ink
# 15Five environments
Host *.cloud51 Host *.cloud51
HostName %h HostName %h
User colin User colin
@ -125,7 +141,7 @@ Host bastion.cloud51.15five.com
Host *.cloud100 Host *.cloud100
HostName %h HostName %h
User colin User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q1 IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
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
@ -135,14 +151,14 @@ Host *.cloud100
Host bastion.cloud100.15five.com Host bastion.cloud100.15five.com
User colin User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q1 IdentityFile ~/.ssh/ff_cloud100_rsa_2022q2
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_2022q1 IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
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
@ -152,9 +168,6 @@ Host *.cloud101
Host bastion.cloud101.15five.com Host bastion.cloud101.15five.com
User colin User colin
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q1 IdentityFile ~/.ssh/ff_cloud101_rsa_2022q2
Port 155 Port 155
AddKeysToAgent yes AddKeysToAgent yes
Host 192.168.1.238
Port 2222