config 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 tilde.club
  30. User secstate
  31. IdentityFile ~/.ssh/powellc
  32. Host jump.local
  33. User powellc
  34. # Cloud
  35. Host pandora.unbl.ink
  36. User root
  37. # Bare metal hosts
  38. Host dione.local
  39. User powellc
  40. Host rhea.local
  41. User powellc
  42. Host phoebe.local
  43. User powellc
  44. Host prometheus.local
  45. User powellc
  46. Host iapetus.local
  47. User powellc
  48. Host titan.local
  49. User powellc
  50. Host paaliaq.local
  51. User powellc
  52. Host telesto.local
  53. User root
  54. IdentityFile ~/.ssh/1904_powellc
  55. Host fifteen5.local
  56. User root
  57. Host anthe.local
  58. User root
  59. Host penobscotbaypress.com
  60. User root
  61. # bhyve VMs
  62. Host mopidy.local
  63. User powellc
  64. Host jellyfin.local
  65. User ubuntu
  66. # Git uses it's own port
  67. Host git.local
  68. Port 222
  69. #
  70. ## Jail hosts all need a jump
  71. Host *.local 192.168.1.*
  72. User root
  73. IdentityFile ~/.ssh/jails
  74. Hostname %h
  75. ProxyJump jump.unbl.ink
  76. Host bastion.cloud10.15five.com
  77. IdentityFile ~/.ssh/ff_cloud10_rsa
  78. Port 155
  79. Host *.cloud10
  80. HostName %h
  81. IdentityFile ~/.ssh/ff_cloud10_rsa
  82. ProxyJump bastion.cloud10.15five.com
  83. Port 155