123456789101112131415161718192021222324252627282930 |
- #CanonicalizeHostname yes
- #CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
- Host *
- ServerAliveInterval 300
- ServerAliveCountMax 2
- AddKeysToAgent yes
- IdentityFile ~/.ssh/1904_powellc
- # Work GitHub account:
- Host work-github.com
- HostName github.com
- User git
- IdentityFile ~/.ssh/id_ed25519_15five
- PreferredAuthentications publickey
- PasswordAuthentication no
- IdentitiesOnly yes
- Host sdf.org
- User secstate
- Host rhea.unbl.ink
- Host dione.local
- Host mimas.local
- Host iapetus.local
- Host pandora.unbl.ink
|