Files
dotfiles/ssh/.ssh/config

133 lines
2.4 KiB
Plaintext
Raw Normal View History

#CanonicalizeHostname yes
#CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
Host *
ServerAliveInterval 300
ServerAliveCountMax 2
AddKeysToAgent yes
2019-04-20 16:06:51 -04:00
IdentityFile ~/.ssh/1904_powellc
2020-09-13 19:30:10 -04:00
VerifyHostKeyDNS no
# Home Gitea account:
2021-03-02 17:54:06 -05:00
Host code.unbl.ink
2019-08-24 13:19:26 -04:00
Port 222
2019-07-30 11:01:36 -04:00
User git
IdentityFile ~/.ssh/1904_powellc
2019-07-30 11:01:36 -04:00
PreferredAuthentications publickey
PasswordAuthentication no
IdentitiesOnly yes
2020-08-25 13:27:52 -04:00
# Mailinabox uses root by default
2020-01-08 09:01:13 -05:00
Host box.*
User root
Host sdf.org
User secstate
2019-06-16 22:41:21 -04:00
2019-10-18 10:04:46 -04:00
Host otaku.sdf.org
User secstate
2019-10-30 18:40:55 -04:00
Host sverige.freeshell.org
User secstate
2019-10-22 12:18:15 -04:00
Host cosmic.voyage
User secstate
IdentityFile ~/.ssh/cosmic.voyage
2021-02-03 15:29:26 -05:00
Host tilde.club
User secstate
IdentityFile ~/.ssh/powellc
Host bastion.local
2020-08-25 13:27:52 -04:00
User powellc
2020-07-21 19:42:53 -04:00
2019-08-21 13:30:09 -04:00
# Cloud
Host pandora.unbl.ink
2021-02-03 15:29:26 -05:00
User root
2019-08-21 13:30:09 -04:00
# Bare metal hosts
Host dione.local
User powellc
Host rhea.local
User powellc
Host phoebe.local
User powellc
2020-12-30 17:29:21 -05:00
Host prometheus.local
User powellc
2020-12-30 17:29:21 -05:00
Host iapetus.local
User powellc
Host titan.local
2020-08-25 13:27:52 -04:00
User powellc
2021-02-03 15:29:26 -05:00
Host paaliaq.local
User powellc
2021-02-10 16:50:31 -05:00
Host kiviuq.local
User powellc
2021-10-18 21:34:38 -04:00
Host kari.local
User powellc
Host atlas.local
User powellc
2021-02-03 15:29:26 -05:00
2020-12-30 17:29:21 -05:00
Host telesto.local
2021-02-03 15:29:26 -05:00
User root
2020-12-30 17:29:21 -05:00
IdentityFile ~/.ssh/1904_powellc
2021-02-03 15:29:26 -05:00
Host fifteen5.local
User root
Host anthe.local
User root
Host penobscotbaypress.com
User root
2019-06-16 22:41:21 -04:00
2021-02-03 15:29:26 -05:00
# bhyve VMs
Host mopidy.local
2020-08-25 13:27:52 -04:00
User powellc
2021-02-03 15:29:26 -05:00
Host jellyfin.local
2021-04-02 22:27:20 -04:00
User powellc
2019-06-16 22:41:21 -04:00
# Git uses it's own port
2021-03-02 18:01:15 -05:00
Host code.local
Port 222
2021-02-04 17:50:27 -05:00
#
## Jail hosts all need a jump
Host *.local 192.168.1.*
2020-08-25 13:27:52 -04:00
User root
IdentityFile ~/.ssh/jails
2020-09-13 19:30:10 -04:00
Hostname %h
#ProxyJump bastion.unbl.ink
2020-09-14 14:28:56 -04:00
2021-08-05 11:46:03 -04:00
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
2020-09-14 14:28:56 -04:00
Port 155
2021-08-05 11:46:03 -04:00
ServerAliveInterval 30
ServerAliveCountMax 3
AddKeysToAgent yes
2020-09-14 14:28:56 -04:00
2021-08-05 11:46:03 -04:00
Host bastion.cloud51.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud51_rsa
2020-09-14 14:28:56 -04:00
Port 155
2021-08-05 11:46:03 -04:00
AddKeysToAgent yes
2021-10-18 21:34:38 -04:00
2021-10-26 14:19:14 -04:00
Host *.cloud100
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2021q3
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_2021q3
Port 155
AddKeysToAgent yes
2021-10-18 21:34:38 -04:00
Host 192.168.1.238
Port 2222