config 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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
  35. User powellc
  36. Host rhea.local
  37. User powellc
  38. Host phoebe.local
  39. User powellc
  40. Host prometheus.local
  41. User powellc
  42. Host iapetus.local
  43. User powellc
  44. Host titan.local
  45. User powellc
  46. Host telesto.local
  47. IdentityFile ~/.ssh/1904_powellc
  48. # Mopidy VM
  49. Host mopidy.local
  50. User powellc
  51. # Git uses it's own port
  52. Host git.local
  53. Port 222
  54. ## Jail hosts all need a jump
  55. Host *.local 192.168.1.*
  56. User root
  57. IdentityFile ~/.ssh/jails
  58. Hostname %h
  59. ProxyJump jump.unbl.ink
  60. Host bastion.cloud10.15five.com
  61. IdentityFile ~/.ssh/ff_cloud10_rsa
  62. Port 155
  63. Host *.cloud10
  64. HostName %h
  65. IdentityFile ~/.ssh/ff_cloud10_rsa
  66. ProxyJump bastion.cloud10.15five.com
  67. Port 155
  68. Host penobscotbaypress.com
  69. User root