config 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 -xaqWiapetus.local dione.onec.me
  15. User powellc
  16. Host phoebe
  17. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  18. User powellc
  19. Host janus
  20. ProxyCommand ssh -xaqWjanus.local dione.onec.me
  21. User powellc
  22. Host dione
  23. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  24. User powellc
  25. Host sdf.org
  26. User secstate
  27. Host *.unbl.ink
  28. User powellc
  29. Host *.onec.me
  30. User powellc
  31. Host *.elationemr.com
  32. User colinpowell
  33. IdentityFile ~/.ssh/elation
  34. Host *.internal.elationemr.com
  35. User colinpowell
  36. IdentityFile ~/.ssh/elation
  37. Host tethys.local
  38. User colinpowell
  39. IdentityFile ~/.ssh/powellc
  40. Host 172.*
  41. User colinpowell
  42. IdentityFile ~/.ssh/id_ed25519
  43. Host 10.201.*
  44. User colinpowell
  45. IdentityFile ~/.ssh/id_ed25519
  46. Host 10.202.*
  47. User colinpowell
  48. IdentityFile ~/.ssh/id_ed25519