config 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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
  16. Port 222
  17. User git
  18. IdentityFile ~/.ssh/2022_git
  19. PreferredAuthentications publickey
  20. PasswordAuthentication no
  21. IdentitiesOnly yes
  22. Host gogs*
  23. Port 222
  24. # Mailinabox uses root by default
  25. Host box.unbl.ink
  26. IdentityFile ~/.ssh/box_unbl_ink
  27. User root
  28. Host box.castine.town
  29. IdentityFile ~/.ssh/box_castine_town
  30. User root
  31. Host akna.local
  32. User pi
  33. Host sdf.org
  34. User secstate
  35. Host otaku.sdf.org
  36. User secstate
  37. Host sverige.freeshell.org
  38. User secstate
  39. Host cosmic.voyage
  40. User secstate
  41. IdentityFile ~/.ssh/cosmic.voyage
  42. Host tilde.club
  43. User secstate
  44. IdentityFile ~/.ssh/powellc
  45. Host bastion1.local
  46. User powellc
  47. Host snap2*.local
  48. User powellc
  49. # ChicagoVPS
  50. Host pandora.unbl.ink
  51. IdentityFile ~/.ssh/pandora
  52. User root
  53. # Rackedge VPS
  54. Host greip.unbl.ink
  55. IdentityFile ~/.ssh/greip
  56. User root
  57. # Inside our network, skip strict host key checking
  58. Host *.local *.service
  59. StrictHostKeyChecking no
  60. # Bare metal hosts
  61. Host gerd.local
  62. User powellc
  63. Host hati.local
  64. User powellc
  65. Host ymir.local
  66. User powellc
  67. Host aegir.local
  68. User powellc
  69. Host tarqeq.local
  70. User powellc
  71. Host fenrir.local
  72. User powellc
  73. Host daphnis.local
  74. User powellc
  75. Host hyperion.local
  76. User powellc
  77. Host loge.local
  78. User powellc
  79. Host dione.local
  80. User powellc
  81. Host rhea.local
  82. User powellc
  83. Host phoebe.local
  84. User powellc
  85. Host prometheus.local
  86. User powellc
  87. Host iapetus.local
  88. User powellc
  89. Host titan.local
  90. User powellc
  91. Host paaliaq.local
  92. User powellc
  93. Host kiviuq.local
  94. User powellc
  95. Host kari.local
  96. User powellc
  97. Host skoll.local
  98. User powellc
  99. Host atlas.local
  100. User powellc
  101. Host siarnaq.local
  102. User powellc
  103. Host skathi.local
  104. User powellc
  105. Host tarvos.local
  106. User powellc
  107. # ???
  108. Host telesto.local
  109. User root
  110. IdentityFile ~/.ssh/1904_powellc
  111. # PBP uses root user
  112. Host penobscotbaypress.com
  113. User root
  114. ## Jail hosts all need a jump
  115. Host *.local 192.168.1.* *.service
  116. User root
  117. IdentityFile ~/.ssh/jails
  118. Hostname %h
  119. #ProxyJump bastion.unbl.ink
  120. # 15Five environments
  121. Host *.cloud51
  122. HostName %h
  123. User colin
  124. IdentityFile ~/.ssh/ff_cloud51_rsa
  125. ProxyJump bastion.cloud51.15five.com
  126. LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432
  127. Port 155
  128. ServerAliveInterval 30
  129. ServerAliveCountMax 3
  130. AddKeysToAgent yes
  131. Host bastion.cloud51.15five.com
  132. User colin
  133. IdentityFile ~/.ssh/ff_cloud51_rsa
  134. Port 155
  135. AddKeysToAgent yes
  136. Host *.cloud100
  137. HostName %h
  138. User colin
  139. IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
  140. ProxyJump bastion.cloud100.15five.com
  141. LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
  142. Port 155
  143. ServerAliveInterval 30
  144. ServerAliveCountMax 3
  145. AddKeysToAgent yes
  146. Host bastion.cloud100.15five.com
  147. User colin
  148. IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
  149. Port 155
  150. AddKeysToAgent yes
  151. Host *.cloud101
  152. HostName %h
  153. User colin
  154. IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
  155. ProxyJump bastion.cloud101.15five.com
  156. LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
  157. Port 155
  158. ServerAliveInterval 30
  159. ServerAliveCountMax 3
  160. AddKeysToAgent yes
  161. Host bastion.cloud101.15five.com
  162. User colin
  163. IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
  164. Port 155
  165. AddKeysToAgent yes