12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #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
- Host sdf.org
- User secstate
- # Cloud
- Host pandora.unbl.ink
- # Mac Pro
- Host rhea.unbl.ink
- # Macbook Pro
- Host dione.local
- # Honor 6x
- Host mimas.local
- # iMac
- Host phoebe.local
- # X220
- Host prometheus.local
- # T440s
- Host iapetus.local
- # X1 Carbon
- Host titan.local
|