station_config 3.0 KB

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