config 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. #CanonicalizeHostname yes
  2. #CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
  3. Host *.local
  4. IdentityFile ~/.ssh/2022_h2_powellc
  5. ServerAliveInterval 300
  6. ServerAliveCountMax 2
  7. AddKeysToAgent yes
  8. VerifyHostKeyDNS no
  9. Host github.com
  10. ServerAliveInterval 300
  11. ServerAliveCountMax 2
  12. AddKeysToAgent yes
  13. IdentityFile ~/.ssh/2022_git
  14. # Home Gitea account:
  15. Host code.unbl.ink git.service gogs*
  16. Port 2222
  17. User git
  18. IdentityFile ~/.ssh/2022_git
  19. PreferredAuthentications publickey
  20. PasswordAuthentication no
  21. IdentitiesOnly yes
  22. # Mailinabox uses root by default
  23. Host box.unbl.ink
  24. IdentityFile ~/.ssh/box_unbl_ink
  25. User root
  26. Host box.castine.town
  27. IdentityFile ~/.ssh/box_castine_town
  28. User root
  29. Host akna.local
  30. User pi
  31. Host sdf.org
  32. User secstate
  33. Host otaku.sdf.org
  34. User secstate
  35. Host sverige.freeshell.org
  36. User secstate
  37. Host cosmic.voyage
  38. User secstate
  39. IdentityFile ~/.ssh/cosmic.voyage
  40. Host tilde.club
  41. User secstate
  42. IdentityFile ~/.ssh/powellc
  43. Host bastion*
  44. Port 33
  45. User powellc
  46. Host snap2*.local
  47. User powellc
  48. # ChicagoVPS
  49. Host pandora.unbl.ink
  50. IdentityFile ~/.ssh/pandora
  51. User root
  52. # Rackedge VPS
  53. Host greip.unbl.ink
  54. IdentityFile ~/.ssh/greip
  55. User root
  56. # Inside our network, skip strict host key checking
  57. Host *.local *.service
  58. StrictHostKeyChecking no
  59. # Bare metal hosts
  60. Host gerd.local
  61. User powellc
  62. Host hati.local
  63. User powellc
  64. Host ymir.local
  65. User powellc
  66. Host aegir.local
  67. User powellc
  68. Host tarqeq.local
  69. User powellc
  70. Host fenrir.local
  71. User powellc
  72. Host daphnis.local
  73. User powellc
  74. Host hyperion.local
  75. User powellc
  76. Host loge.local
  77. User powellc
  78. Host dione.local
  79. User powellc
  80. Host rhea.local
  81. User powellc
  82. Host phoebe.local
  83. User powellc
  84. Host prometheus.local
  85. User powellc
  86. Host iapetus.local
  87. User powellc
  88. Host titan.local
  89. User powellc
  90. Host paaliaq.local
  91. User powellc
  92. Host kiviuq.local
  93. User powellc
  94. Host kari.local
  95. User powellc
  96. Host skoll.local
  97. User powellc
  98. Host atlas.local
  99. User powellc
  100. Host siarnaq.local
  101. User powellc
  102. Host skathi.local
  103. User powellc
  104. Host tarvos.local
  105. User powellc
  106. # PBP uses root user
  107. Host penobscotbaypress.com
  108. User root
  109. Host bastion.unbl.ink
  110. Port 33
  111. IdentityFile ~/.ssh/2022_h2_powellc
  112. ## Jail hosts all need a jump
  113. Host *.local 192.168.1.* *.service
  114. User root
  115. IdentityFile ~/.ssh/jails
  116. Hostname %h
  117. #ProxyJump bastion.unbl.ink