config 3.5 KB

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