This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
#CanonicalizeHostname yes
|
|
#CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
|
|
|
|
Host *
|
|
ServerAliveInterval 300
|
|
ServerAliveCountMax 2
|
|
AddKeysToAgent yes
|
|
IdentityFile ~/.ssh/powellc
|
|
|
|
Host *.local
|
|
User powellc
|
|
|
|
Host home
|
|
HostName galah.onec.me
|
|
User powellc
|
|
|
|
Host grackle
|
|
HostName galah.onec.me
|
|
User powellc
|
|
|
|
Host kestrel
|
|
ProxyCommand ssh -xaqW%h:%p home
|
|
User powellc
|
|
|
|
Host phoebe
|
|
ProxyCommand ssh -xaqW%h:%p home
|
|
User powellc
|
|
|
|
Host auklet
|
|
ProxyCommand ssh -xaqW%h:%p home
|
|
User powellc
|
|
|
|
Host magpie
|
|
ProxyCommand ssh -xaqW%h:%p home
|
|
User colinpowell
|
|
|
|
Host sdf.org
|
|
User secstate
|
|
|
|
Host *.unbl.ink
|
|
User powellc
|
|
|
|
Host *.onec.me
|
|
User powellc
|
|
|
|
Host *.elationemr.com
|
|
User colinpowell
|
|
IdentityFile ~/.ssh/elation
|
|
|
|
Host *.internal.elationemr.com
|
|
User colinpowell
|
|
IdentityFile ~/.ssh/elation
|
|
|
|
Host harrier.local
|
|
User colinpowell
|
|
IdentityFile ~/.ssh/elation
|
|
|
|
Host magpie.local
|
|
User colinpowell
|
|
IdentityFile ~/.ssh/elation
|
|
|
|
Host 10.201.*
|
|
User colinpowell
|
|
IdentityFile ~/.ssh/id_ed25519
|