ssh_config 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Generalities ------------------------------------------------------------------------------------
  2. Host *
  3. ServerAliveInterval 60
  4. # Gateways ----------------------------------------------------------------------------------------
  5. Host gwelic gwcism gwceci
  6. User my_login
  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* *storm* *pelican* *coriolis* *cyclone*
  24. ForwardX11 yes
  25. User my_login
  26. IdentityFile ~/.ssh/id_rsa.ceci
  27. Host *cyclone*
  28. HostName cyclone.elic.ucl.ac.be
  29. Host *cyclone%gwelic
  30. Host *cyclone%gwcism
  31. Host *coriolis*
  32. HostName coriolis.elic.ucl.ac.be
  33. Host *coriolis%gwelic
  34. Host *coriolis%gwcism
  35. Host *meteor*
  36. HostName meteor.elic.ucl.ac.be
  37. Host *meteor%gwelic
  38. Host *meteor%gwcism
  39. Host *lorenz*
  40. HostName lorenz.elic.ucl.ac.be
  41. Host *lorenz%gwelic
  42. Host *lorenz%gwcism
  43. Host *aurora*
  44. HostName aurora.elic.ucl.ac.be
  45. Host *aurora%gwelic
  46. Host *aurora%gwcism
  47. Host *storm*
  48. HostName storm.elic.ucl.ac.be
  49. Host *storm%gwcism
  50. Host *storm%gwelic
  51. Host *pelican*
  52. HostName pelican.cism.ucl.ac.be
  53. Host *pelican%gwcism
  54. Host *pelican%gwelic
  55. # Git ---------------------------------------------------------------------------------------------
  56. Host gogs*
  57. User git
  58. IdentityFile ~/.ssh/id_rsa.ceci
  59. Hostname www.climate.be
  60. ForwardX11 no
  61. ForwardX11Trusted no
  62. Port 3022
  63. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
  64. # Tier-1 ------------------------------------------------------------------------------------------
  65. Host zenobe*
  66. User my_login
  67. ForwardX11 yes
  68. Hostname zenobe.hpc.cenaero.be
  69. IdentityFile ~/.ssh/id_rsa.ceci
  70. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwcism.cism.ucl.ac.be -W %h:%p
  71. # CÉCI clusters -----------------------------------------------------------------------------------
  72. Host hmem hercules dragon1 vega nic5 lemaitre3 manneback
  73. User my_login
  74. ForwardX11 yes
  75. IdentityFile ~/.ssh/id_rsa.ceci
  76. ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
  77. Host hmem
  78. HostName hmem.cism.ucl.ac.be
  79. Host lemaitre3
  80. HostName lemaitre3.cism.ucl.ac.be
  81. Host vega
  82. HostName vega.ulb.ac.be
  83. Host nic5
  84. HostName nic5.segi.ulg.ac.be
  85. Host hercules
  86. Hostname hercules.ptci.unamur.be
  87. Host dragon1
  88. Hostname dragon1.umons.ac.be
  89. Host manneback
  90. HostName manneback.cism.ucl.ac.be
  91. # CISM clusters -----------------------------------------------------------------------------------
  92. Host storage*
  93. HostName storage.cism.ucl.ac.be
  94. User my_login
  95. Host storage%gwcism