Files
dotfiles/ssh/.ssh/config

102 lines
1.7 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:
Host git.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
2020-08-25 13:27:52 -04:00
Host jump.local
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-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
User ubuntu
2019-06-16 22:41:21 -04:00
# Git uses it's own port
Host git.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 jump.unbl.ink
2020-09-14 14:28:56 -04:00
Host bastion.cloud10.15five.com
IdentityFile ~/.ssh/ff_cloud10_rsa
Port 155
Host *.cloud10
HostName %h
IdentityFile ~/.ssh/ff_cloud10_rsa
ProxyJump bastion.cloud10.15five.com
Port 155