config 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. # Home Gitea account:
  10. Host code.unbl.ink
  11. Port 222
  12. User git
  13. IdentityFile ~/.ssh/1904_powellc
  14. PreferredAuthentications publickey
  15. PasswordAuthentication no
  16. IdentitiesOnly yes
  17. # Mailinabox uses root by default
  18. Host box.*
  19. User root
  20. Host sdf.org
  21. User secstate
  22. Host otaku.sdf.org
  23. User secstate
  24. Host sverige.freeshell.org
  25. User secstate
  26. Host cosmic.voyage
  27. User secstate
  28. IdentityFile ~/.ssh/cosmic.voyage
  29. Host tilde.club
  30. User secstate
  31. IdentityFile ~/.ssh/powellc
  32. Host bastion.local
  33. User powellc
  34. # Cloud
  35. Host pandora.unbl.ink
  36. User root
  37. # Bare metal hosts
  38. Host dione.local
  39. User powellc
  40. Host rhea.local
  41. User powellc
  42. Host phoebe.local
  43. User powellc
  44. Host prometheus.local
  45. User powellc
  46. Host iapetus.local
  47. User powellc
  48. Host titan.local
  49. User powellc
  50. Host paaliaq.local
  51. User powellc
  52. Host kiviuq.local
  53. User powellc
  54. Host kari.local
  55. User powellc
  56. Host atlas.local
  57. User powellc
  58. Host telesto.local
  59. User root
  60. IdentityFile ~/.ssh/1904_powellc
  61. Host fifteen5.local
  62. User root
  63. Host anthe.local
  64. User root
  65. Host penobscotbaypress.com
  66. User root
  67. # bhyve VMs
  68. Host mopidy.local
  69. User powellc
  70. # Git uses it's own port
  71. Host code.local
  72. Port 222
  73. #
  74. ## Jail hosts all need a jump
  75. Host *.local 192.168.1.*
  76. User root
  77. IdentityFile ~/.ssh/jails
  78. Hostname %h
  79. ProxyJump bastion.unbl.ink
  80. Host *.cloud51
  81. HostName %h
  82. User colin
  83. IdentityFile ~/.ssh/ff_cloud51_rsa
  84. ProxyJump bastion.cloud51.15five.com
  85. LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432
  86. Port 155
  87. ServerAliveInterval 30
  88. ServerAliveCountMax 3
  89. AddKeysToAgent yes
  90. Host bastion.cloud51.15five.com
  91. User colin
  92. IdentityFile ~/.ssh/ff_cloud51_rsa
  93. Port 155
  94. AddKeysToAgent yes
  95. Host *.cloud100
  96. HostName %h
  97. User colin
  98. IdentityFile ~/.ssh/ff_cloud100_rsa_2021q3
  99. ProxyJump bastion.cloud100.15five.com
  100. LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
  101. Port 155
  102. ServerAliveInterval 30
  103. ServerAliveCountMax 3
  104. AddKeysToAgent yes
  105. Host bastion.cloud100.15five.com
  106. User colin
  107. IdentityFile ~/.ssh/ff_cloud100_rsa_2021q3
  108. Port 155
  109. AddKeysToAgent yes
  110. Host 192.168.1.238
  111. Port 2222