config 596 B

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