config 3.3 KB

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