config 722 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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