config 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/1904_powellc
  8. VerifyHostKeyDNS no
  9. # Home Gitea account:
  10. Host git.unbl.ink
  11. Port 222
  12. User git
  13. IdentityFile ~/.ssh/1904_powellc
  14. PreferredAuthentications publickey
  15. PasswordAuthentication no
  16. IdentitiesOnly yes
  17. # Mailinabox uses root by default
  18. Host box.*
  19. User root
  20. Host sdf.org
  21. User secstate
  22. Host otaku.sdf.org
  23. User secstate
  24. Host sverige.freeshell.org
  25. User secstate
  26. Host cosmic.voyage
  27. User secstate
  28. IdentityFile ~/.ssh/cosmic.voyage
  29. Host jump.local
  30. User powellc
  31. # Cloud
  32. Host pandora.unbl.ink
  33. # Bare metal hosts
  34. Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
  35. User powellc
  36. # Mopidy VM
  37. Host mopidy.local
  38. User powellc
  39. # Git uses it's own port
  40. Host git.local
  41. Port 222
  42. # Jail hosts all need a jump
  43. Host *.local 192.168.8.*
  44. User root
  45. IdentityFile ~/.ssh/jails
  46. Hostname %h
  47. ProxyJump jump.unbl.ink
  48. Host bastion.cloud10.15five.com
  49. IdentityFile ~/.ssh/ff_cloud10_rsa
  50. Port 155
  51. Host *.cloud10
  52. HostName %h
  53. IdentityFile ~/.ssh/ff_cloud10_rsa
  54. ProxyJump bastion.cloud10.15five.com
  55. Port 155