config 3.4 KB

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