config 763 B

123456789101112131415161718192021222324252627282930313233343536
  1. Host *
  2. ForwardAgent yes
  3. ForwardX11 yes
  4. IdentitiesOnly yes
  5. StrictHostKeyChecking no
  6. Host gwelic
  7. User pbarriat
  8. Hostname www.climate.be
  9. IdentityFile ~/.ssh/id_rsa
  10. Host *%gwelic
  11. ProxyCommand ssh -q -W %h:%p gwelic
  12. Host gwcism
  13. User pbarriat
  14. Hostname gwcism.cism.ucl.ac.be
  15. Host *%gwcism
  16. ProxyCommand ssh -W %h:%p gwcism
  17. Host gwceci
  18. User pbarriat
  19. Hostname gwceci.cism.ucl.ac.be
  20. IdentityFile ~/.ssh/id_rsa.ceci
  21. Host *%gwceci
  22. ProxyCommand ssh -W %h:%p gwceci
  23. ####################################
  24. Host elixir*
  25. HostName elixir.elic.ucl.ac.be
  26. User pbarriat
  27. Host elixir%gwcism
  28. Host elixir%gwelic
  29. Host egit
  30. User git
  31. Hostname www.climate.be
  32. Port 3022
  33. Proxycommand ssh -xaqW %h:%p gwcism