ceci_config 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. # Generalities ------------------------------------------------------------------------------------
  2. Host *
  3. ServerAliveInterval 60
  4. # Gateways ----------------------------------------------------------------------------------------
  5. Host gwelic gwcism gwceci
  6. User pbarriat
  7. ForwardX11 yes
  8. Host gwelic
  9. Hostname www.climate.be
  10. IdentityFile ~/.ssh/id_rsa
  11. Host gwcism
  12. Hostname gwcism.cism.ucl.ac.be
  13. IdentityFile ~/.ssh/id_rsa
  14. Host gwceci
  15. Hostname gwceci.cism.ucl.ac.be
  16. IdentityFile ~/.ssh/id_rsa.ceci
  17. # Jump --------------------------------------------------------------------------------------------
  18. Host *%gwelic
  19. ProxyCommand ssh -q -W %h:%p gwelic
  20. Host *%gwcism
  21. ProxyCommand ssh -q -W %h:%p gwcism
  22. Host *%gwceci
  23. ProxyCommand ssh -q -W %h:%p gwceci
  24. # ELIC ---------------------------------------------------------------------------------------------
  25. Host *meteor* *lorenz* *aurora* *pelican* *coriolis* *cyclone*
  26. ForwardX11 yes
  27. IdentityFile ~/.ssh/id_rsa
  28. Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
  29. User pbarriat
  30. Host *cyclone*
  31. HostName cyclone.elic.ucl.ac.be
  32. Host *cyclone%gwelic
  33. Host *cyclone%gwcism
  34. Host *cyclone%gwceci
  35. Host *coriolis*
  36. HostName coriolis.elic.ucl.ac.be
  37. Host *coriolis%gwelic
  38. Host *coriolis%gwcism
  39. Host *coriolis%gwceci
  40. Host *meteor*
  41. HostName meteor.elic.ucl.ac.be
  42. Host *meteor%gwelic
  43. Host *meteor%gwcism
  44. Host *meteor%gwceci
  45. Host *lorenz*
  46. HostName lorenz.elic.ucl.ac.be
  47. Host *lorenz%gwelic
  48. Host *lorenz%gwcism
  49. Host *meteor%gwceci
  50. Host *aurora*
  51. HostName aurora.elic.ucl.ac.be
  52. Host *aurora%gwelic
  53. Host *aurora%gwcism
  54. Host *aurora%gwceci
  55. Host *pelican*
  56. HostName pelican.cism.ucl.ac.be
  57. Host *pelican%gwcism
  58. Host *pelican%gwelic
  59. Host *pelican%gwceci
  60. # Git ---------------------------------------------------------------------------------------------
  61. Host gogs*
  62. User git
  63. IdentityFile ~/.ssh/id_rsa
  64. Hostname www.climate.be
  65. ForwardX11 no
  66. ForwardX11Trusted no
  67. Port 3022
  68. ProxyCommand ssh -i ~/.ssh/id_rsa gwcism.cism.ucl.ac.be -W %h:%p
  69. # Tier-1 ------------------------------------------------------------------------------------------
  70. Host zenobe*
  71. User pbarriat
  72. ForwardX11 yes
  73. Hostname zenobe.hpc.cenaero.be
  74. IdentityFile ~/.ssh/id_rsa.ceci
  75. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwcism.cism.ucl.ac.be -W %h:%p
  76. # CÉCI clusters -----------------------------------------------------------------------------------
  77. Host nic5 lemaitre3 manneback
  78. User pbarriat
  79. ForwardX11 yes
  80. IdentityFile ~/.ssh/id_rsa.ceci
  81. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
  82. Host lemaitre3
  83. HostName lemaitre3.cism.ucl.ac.be
  84. Host nic5
  85. HostName nic5.segi.ulg.ac.be
  86. Host manneback
  87. HostName manneback.cism.ucl.ac.be
  88. # CISM clusters -----------------------------------------------------------------------------------
  89. Host storage*
  90. HostName storage.cism.ucl.ac.be
  91. User pbarriat
  92. Host storage%gwcism
  93. # PRIVATE -----------------------------------------------------------------------------------------
  94. Host mine*
  95. HostName xxx.xxx.xxx.xxx
  96. ForwardX11 yes
  97. User pbarriat
  98. Host mine%gwelic
  99. Host mine%gwceci
  100. Host mine%gwcism