1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #CanonicalizeHostname yes
- #CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
- Host *
- ServerAliveInterval 300
- ServerAliveCountMax 2
- AddKeysToAgent yes
- IdentityFile ~/.ssh/1904_powellc
- # Home Gitea account:
- Host git.unbl.ink
- Port 222
- User git
- IdentityFile ~/.ssh/1904_powellc
- PreferredAuthentications publickey
- PasswordAuthentication no
- IdentitiesOnly yes
- # Mailinabox uses root by default
- Host box.*
- User root
- Host sdf.org
- User secstate
- Host otaku.sdf.org
- User secstate
- Host sverige.freeshell.org
- User secstate
- Host cosmic.voyage
- User secstate
- IdentityFile ~/.ssh/cosmic.voyage
- Host jump.local
- User powellc
- # Cloud
- Host pandora.unbl.ink
- # Bare metal hosts
- Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
- User powellc
- # Mopidy VM
- Host mopidy.local
- User powellc
- # Git uses it's own port
- Host git.local
- Port 222
- # Jail hosts all need a jump
- Host *.local 192.168.8.*
- Hostname %h
- User root
- IdentityFile ~/.ssh/jails
- ProxyJump jump.unbl.ink
|