config 912 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 *.local
  9. User powellc
  10. Host iapetus
  11. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  12. User powellc
  13. Host phoebe
  14. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  15. User powellc
  16. Host dione
  17. ProxyCommand ssh -xaqW%h:%p dione.onec.me
  18. User powellc
  19. Host sdf.org
  20. User secstate
  21. Host *.unbl.ink
  22. User powellc
  23. Host *.onec.me
  24. User powellc
  25. Host *.elationemr.com
  26. User colinpowell
  27. IdentityFile ~/.ssh/elation
  28. Host *.internal.elationemr.com
  29. User colinpowell
  30. IdentityFile ~/.ssh/elation
  31. Host tethys.local
  32. User colinpowell
  33. IdentityFile ~/.ssh/elation
  34. Host 10.201.*
  35. User colinpowell
  36. IdentityFile ~/.ssh/id_ed25519
  37. Host 10.202.*
  38. User colinpowell
  39. IdentityFile ~/.ssh/id_ed25519