config 980 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #CanonicalizeHostname yes
  2. #CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
  3. Host *
  4. ServerAliveInterval 300
  5. ServerAliveCountMax 2
  6. AddKeysToAgent yes
  7. IdentityFile ~/.ssh/powellc
  8. Host tethys.local
  9. User colinpowell
  10. IdentityFile ~/.ssh/powellc
  11. Host *.local
  12. User powellc
  13. Host iapetus
  14. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  15. User powellc
  16. Host phoebe
  17. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  18. User powellc
  19. Host dione
  20. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  21. User powellc
  22. Host sdf.org
  23. User secstate
  24. Host *.unbl.ink
  25. User powellc
  26. Host *.onec.me
  27. User powellc
  28. Host *.elationemr.com
  29. User colinpowell
  30. IdentityFile ~/.ssh/elation
  31. Host *.internal.elationemr.com
  32. User colinpowell
  33. IdentityFile ~/.ssh/elation
  34. Host tethys.local
  35. User colinpowell
  36. IdentityFile ~/.ssh/powellc
  37. Host 10.201.*
  38. User colinpowell
  39. IdentityFile ~/.ssh/id_ed25519
  40. Host 10.202.*
  41. User colinpowell
  42. IdentityFile ~/.ssh/id_ed25519