[ssh] Update ssh config
This commit is contained in:
@ -15,7 +15,7 @@ Host github.com
|
||||
IdentityFile ~/.ssh/2022_git
|
||||
|
||||
# Home Gitea account:
|
||||
Host code.unbl.ink git.service
|
||||
Host code.unbl.ink git.service gogs*
|
||||
Port 2222
|
||||
User git
|
||||
IdentityFile ~/.ssh/2022_git
|
||||
@ -23,9 +23,6 @@ Host code.unbl.ink git.service
|
||||
PasswordAuthentication no
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host gogs*
|
||||
Port 2222
|
||||
|
||||
# Mailinabox uses root by default
|
||||
Host box.unbl.ink
|
||||
IdentityFile ~/.ssh/box_unbl_ink
|
||||
@ -56,7 +53,8 @@ Host tilde.club
|
||||
User secstate
|
||||
IdentityFile ~/.ssh/powellc
|
||||
|
||||
Host bastion1.local
|
||||
Host bastion*
|
||||
Port 33
|
||||
User powellc
|
||||
|
||||
Host snap2*.local
|
||||
@ -124,70 +122,17 @@ Host skathi.local
|
||||
Host tarvos.local
|
||||
User powellc
|
||||
|
||||
# ???
|
||||
Host telesto.local
|
||||
User root
|
||||
IdentityFile ~/.ssh/1904_powellc
|
||||
|
||||
# PBP uses root user
|
||||
Host penobscotbaypress.com
|
||||
User root
|
||||
|
||||
Host bastion.unbl.ink
|
||||
Port 33
|
||||
IdentityFile ~/.ssh/2022_h2_powellc
|
||||
|
||||
## Jail hosts all need a jump
|
||||
Host *.local 192.168.1.* *.service
|
||||
User root
|
||||
IdentityFile ~/.ssh/jails
|
||||
Hostname %h
|
||||
#ProxyJump bastion.unbl.ink
|
||||
|
||||
# 15Five environments
|
||||
Host *.cloud51
|
||||
HostName %h
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud51_rsa
|
||||
ProxyJump bastion.cloud51.15five.com
|
||||
LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432
|
||||
Port 155
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host bastion.cloud51.15five.com
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud51_rsa
|
||||
Port 155
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host *.cloud100
|
||||
HostName %h
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
|
||||
ProxyJump bastion.cloud100.15five.com
|
||||
LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
|
||||
Port 155
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host bastion.cloud100.15five.com
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
|
||||
Port 155
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host *.cloud101
|
||||
HostName %h
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
|
||||
ProxyJump bastion.cloud101.15five.com
|
||||
LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
|
||||
Port 155
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host bastion.cloud101.15five.com
|
||||
User colin
|
||||
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
|
||||
Port 155
|
||||
AddKeysToAgent yes
|
||||
|
||||
Reference in New Issue
Block a user