ceci_config 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Generalities ------------------------------------------------------------------------------------
  2. Host *
  3. ServerAliveInterval 60
  4. # Gateways ----------------------------------------------------------------------------------------
  5. Host gwcism gwceci
  6. User jsmith
  7. ForwardX11 yes
  8. Host gwcism
  9. Hostname gwcism.cism.ucl.ac.be
  10. IdentityFile ~/.ssh/id_rsa
  11. Host gwceci
  12. Hostname gwceci.cism.ucl.ac.be
  13. IdentityFile ~/.ssh/id_rsa.ceci
  14. # ELIC ---------------------------------------------------------------------------------------------
  15. Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
  16. User jsmith
  17. ForwardX11 yes
  18. IdentityFile ~/.ssh/id_rsa
  19. ProxyCommand ssh -i ~/.ssh/id_rsa gwcism.cism.ucl.ac.be -W %h:%p
  20. Host cyclone*
  21. HostName cyclone.elic.ucl.ac.be
  22. Host coriolis*
  23. HostName coriolis.elic.ucl.ac.be
  24. Host meteor*
  25. HostName meteor.elic.ucl.ac.be
  26. Host lorenz*
  27. HostName lorenz.elic.ucl.ac.be
  28. Host aurora*
  29. HostName aurora.elic.ucl.ac.be
  30. Host pelican*
  31. HostName pelican.cism.ucl.ac.be
  32. # Git ---------------------------------------------------------------------------------------------
  33. Host gogs*
  34. User git
  35. IdentityFile ~/.ssh/id_rsa.ceci
  36. Hostname www.climate.be
  37. ForwardX11 no
  38. ForwardX11Trusted no
  39. Port 3022
  40. ProxyCommand ssh -i ~/.ssh/id_rsa gwcism.cism.ucl.ac.be -W %h:%p
  41. # Tier-1 ------------------------------------------------------------------------------------------
  42. Host zenobe*
  43. User jsmith
  44. ForwardX11 yes
  45. Hostname zenobe.hpc.cenaero.be
  46. IdentityFile ~/.ssh/id_rsa.ceci
  47. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
  48. # CÉCI clusters -----------------------------------------------------------------------------------
  49. Host nic5* lemaitre3* manneback*
  50. User jsmith
  51. ForwardX11 yes
  52. IdentityFile ~/.ssh/id_rsa
  53. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
  54. Host lemaitre3*
  55. HostName lemaitre3.cism.ucl.ac.be
  56. Host nic5*
  57. HostName nic5.segi.ulg.ac.be
  58. Host manneback*
  59. HostName manneback.cism.ucl.ac.be
  60. # CISM clusters -----------------------------------------------------------------------------------
  61. Host storage*
  62. HostName storage.cism.ucl.ac.be
  63. User jsmith
  64. IdentityFile ~/.ssh/id_rsa
  65. ProxyCommand ssh -i ~/.ssh/id_rsa gwcism.cism.ucl.ac.be -W %h:%p