config 3.4 KB

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