config 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 git.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 jump.local
  30. User powellc
  31. # Cloud
  32. Host pandora.unbl.ink
  33. # Bare metal hosts
  34. Host dione.local
  35. User powellc
  36. Host rhea.local
  37. User powellc
  38. Host phoebe.local
  39. User powellc
  40. Host prometheus.local
  41. User powellc
  42. Host iapetus.local
  43. User powellc
  44. Host titan.local
  45. User powellc
  46. # Mopidy VM
  47. Host mopidy.local
  48. User powellc
  49. # Git uses it's own port
  50. Host git.local
  51. Port 222
  52. ## Jail hosts all need a jump
  53. Host *.local 192.168.1.*
  54. User root
  55. IdentityFile ~/.ssh/jails
  56. Hostname %h
  57. ProxyJump jump.unbl.ink
  58. Host bastion.cloud10.15five.com
  59. IdentityFile ~/.ssh/ff_cloud10_rsa
  60. Port 155
  61. Host *.cloud10
  62. HostName %h
  63. IdentityFile ~/.ssh/ff_cloud10_rsa
  64. ProxyJump bastion.cloud10.15five.com
  65. Port 155
  66. Host penobscotbaypress.com
  67. User root