config 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 rhea.local phoebe.local prometheus.local iapetus.local titan.local
  35. User powellc
  36. # Mopidy VM
  37. Host mopidy.local
  38. User powellc
  39. # Git uses it's own port
  40. Host git.local
  41. Port 222
  42. # Jail hosts all need a jump
  43. Host *.local 192.168.8.*
  44. User root
  45. IdentityFile ~/.ssh/jails
  46. Hostname %h
  47. ProxyJump jump.unbl.ink