config 849 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_rsa
  22. Port 7025
  23. HostName 192.168.1.101
  24. Host jupiter
  25. IdentityFile ~/.ssh/id_rsa
  26. Port 7025
  27. HostName jovian-hersemeule.eu
  28. ## March
  29. Host march.local
  30. IdentityFile ~/.ssh/id_rsa
  31. Port 7026
  32. HostName 192.168.1.104
  33. Host march
  34. IdentityFile ~/.ssh/id_rsa
  35. Port 7026
  36. HostName jovian-hersemeule.eu
  37. # My OVH servers
  38. ## Pluto
  39. Host pluto
  40. IdentityFile ~/.ssh/id_server_eddsa
  41. HostName git.jovian-hersemeule.eu
  42. AddressFamily inet