config 3.3 KB

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