config 3.5 KB

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