config 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. # Home Gitea account:
  9. Host git.unbl.ink
  10. Port 222
  11. User git
  12. IdentityFile ~/.ssh/1904_powellc
  13. PreferredAuthentications publickey
  14. PasswordAuthentication no
  15. IdentitiesOnly yes
  16. # Mailinabox uses root by default
  17. Host box.*
  18. User root
  19. Host sdf.org
  20. User secstate
  21. Host otaku.sdf.org
  22. User secstate
  23. Host sverige.freeshell.org
  24. User secstate
  25. Host cosmic.voyage
  26. User secstate
  27. IdentityFile ~/.ssh/cosmic.voyage
  28. Host jump.local
  29. User powellc
  30. # Cloud
  31. Host pandora.unbl.ink
  32. # Bare metal hosts
  33. Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
  34. User powellc
  35. # Mopidy VM
  36. Host mopidy.local
  37. User powellc
  38. # Git uses it's own port
  39. Host git.local
  40. Port 222
  41. # Jail hosts all need a jump
  42. Host *.local 192.168.8.*
  43. Hostname %h
  44. User root
  45. IdentityFile ~/.ssh/jails
  46. ProxyJump jump.unbl.ink