config 532 B

123456789101112131415161718192021222324252627282930313233
  1. # SysInfo ISF
  2. Host *.cn.isf
  3. Port 46022
  4. User sysinfo
  5. IdentityFile ~/.ssh/id_isf_rsa
  6. Host bbb
  7. HostName conference.isf-france.org
  8. User sysinfo_conf
  9. IdentityFile ~/.ssh/id_isf_rsa
  10. # My own servers
  11. ## Jupiter
  12. Host jupiter.local
  13. IdentityFile ~/.ssh/id_rsa
  14. Port 7025
  15. HostName 192.168.1.101
  16. Host jupiter
  17. IdentityFile ~/.ssh/id_rsa
  18. Port 7025
  19. HostName jovian-hersemeule.eu
  20. ## March
  21. Host march.local
  22. IdentityFile ~/.ssh/id_rsa
  23. Port 7026
  24. HostName 192.168.1.104
  25. Host march
  26. IdentityFile ~/.ssh/id_rsa
  27. Port 7026
  28. HostName jovian-hersemeule.eu