123456789101112131415161718192021222324252627282930 |
- #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 2200
- User git
- IdentityFile ~/.ssh/1904_powellc
- 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
|