123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- #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
- # Dell Blade
- Host rhea.local
- User powellc
- # Macbook Pro
- Host dione.local
- User powellc
- # Honor 6x
- Host mimas.local
- User powellc
- # iMac
- Host phoebe.local
- User powellc
- # X220
- Host prometheus.local
- User powellc
- # T440s
- Host iapetus.local
- User powellc
- # X1 Carbon
- Host titan.local
- User powellc
- Host *.local
- User root
|