2018-12-02 12:41:17 -05:00
|
|
|
#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
|
2018-12-02 12:41:17 -05:00
|
|
|
|
2019-08-01 10:42:47 -04:00
|
|
|
# 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
|
2019-08-01 10:42:47 -04:00
|
|
|
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
|
|
|
|
|
|
2018-12-02 12:41:17 -05:00
|
|
|
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
|
|
|
|
|
|
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
|
|
|
|
|
|
2020-09-02 17:07:03 -04:00
|
|
|
# Bare metal hosts
|
|
|
|
|
Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
|
2020-08-25 13:27:52 -04:00
|
|
|
User powellc
|
2019-06-16 22:41:21 -04:00
|
|
|
|
2020-09-02 17:07:03 -04:00
|
|
|
# Mopidy VM
|
|
|
|
|
Host mopidy.local
|
2020-08-25 13:27:52 -04:00
|
|
|
User powellc
|
2019-06-16 22:41:21 -04:00
|
|
|
|
2020-09-02 17:07:03 -04:00
|
|
|
# Git uses it's own port
|
|
|
|
|
Host git.local
|
|
|
|
|
Port 222
|
2020-08-25 13:27:52 -04:00
|
|
|
|
2020-09-02 17:07:03 -04:00
|
|
|
# Jail hosts all need a jump
|
2020-09-11 02:05:16 -04:00
|
|
|
Host *.local 192.168.8.*
|
2020-09-02 17:07:03 -04:00
|
|
|
Hostname %h
|
2020-08-25 13:27:52 -04:00
|
|
|
User root
|
2020-09-02 17:07:03 -04:00
|
|
|
IdentityFile ~/.ssh/jails
|
|
|
|
|
ProxyJump jump.unbl.ink
|