config 930 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # SysInfo ISF
  2. Host *.cn.isf
  3. Port 46022
  4. User sysinfo
  5. IdentityFile ~/.ssh/id_isf_rsa
  6. Host conf.isf
  7. HostName conference.isf-france.org
  8. User sysinfo_conf
  9. IdentityFile ~/.ssh/id_isf_rsa
  10. Host visio.isf
  11. HostName visio.isf-france.org
  12. User sysinfo_visio
  13. IdentityFile ~/.ssh/id_isf_rsa
  14. Host web.isf
  15. HostName vps617980.ovh.net
  16. User sysinfo_web
  17. IdentityFile ~/.ssh/id_isf_rsa
  18. # My own servers
  19. ## Jupiter
  20. Host jupiter.local
  21. IdentityFile ~/.ssh/id_server_eddsa
  22. Port 7025
  23. HostName 192.168.1.101
  24. Host jupiter
  25. IdentityFile ~/.ssh/id_server_eddsa
  26. Port 7025
  27. HostName jovian-hersemeule.eu
  28. ## March
  29. Host march.local
  30. IdentityFile ~/.ssh/id_server_eddsa
  31. Port 7026
  32. HostName 192.168.1.104
  33. Host march
  34. IdentityFile ~/.ssh/id_server_eddsa
  35. Port 7026
  36. HostName nuage.hersemeule.ovh
  37. # My OVH servers
  38. ## Halley VPS
  39. Host halley
  40. User debian
  41. IdentityFile ~/.ssh/id_ovh_eddsa
  42. HostName vps-bd69b1b4.vps.ovh.net
  43. AddressFamily inet
  44. # vim: set syntax=sshconfig: