ssh_config 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. # Generalities ---------------------------------------------------------
  2. Host *
  3. ForwardAgent yes
  4. ForwardX11 yes
  5. ServerAliveInterval 60
  6. # Gateways -------------------------------------------------------------
  7. Host gwelic
  8. User jsmith
  9. Hostname www.climate.be
  10. IdentityFile ~/.ssh/id_rsa
  11. Host *%gwelic
  12. ProxyCommand ssh -q -W %h:%p gwelic
  13. Host gwcism
  14. User jsmith
  15. Hostname gwcism.cism.ucl.ac.be
  16. Host *%gwcism
  17. ProxyCommand ssh -W %h:%p gwcism
  18. Host gwceci
  19. User jsmith
  20. Hostname gwceci.cism.ucl.ac.be
  21. IdentityFile ~/.ssh/id_rsa.ceci
  22. Host *%gwceci
  23. ProxyCommand ssh -W %h:%p gwceci
  24. # ELIC -----------------------------------------------------------------
  25. Host lorenz*
  26. HostName lorenz.elic.ucl.ac.be
  27. User jsmith
  28. Host lorenz%gwelic
  29. Host lorenz%gwcism
  30. Host lorenz%gwceci
  31. Host elixir*
  32. HostName elixir.elic.ucl.ac.be
  33. User jsmith
  34. Host elixir%gwelic
  35. Host elixir%gwcism
  36. Host elixir%gwceci
  37. Host pingo*
  38. HostName aurora.elic.ucl.ac.be
  39. User jsmith
  40. Host aurora%gwelic
  41. Host aurora%gwcism
  42. Host aurora%gwceci
  43. Host storm*
  44. HostName storm.elic.ucl.ac.be
  45. User jsmith
  46. Host storm%gwcism
  47. Host storm%gwelic
  48. Host storm%gwceci
  49. Host ozone*
  50. HostName ozone.elic.ucl.ac.be
  51. User jsmith
  52. Host ozone%gwcism
  53. Host ozone%gwelic
  54. Host ozone%gwceci
  55. Host regit*
  56. User git
  57. Hostname www.climate.be
  58. Port 3022
  59. Proxycommand ssh -xaqW %h:%p gwceci
  60. Host egit*
  61. User git
  62. Hostname www.climate.be
  63. Port 3022
  64. # Tier-1 ---------------------------------------------------------------
  65. Host zenobe*
  66. User jsmith
  67. Hostname zenobe.hpc.cenaero.be
  68. IdentityFile ~/.ssh/id_rsa.ceci
  69. ServerAliveInterval 240
  70. Host zenobe%gwcism
  71. Host zenobe%gwelic
  72. # CÉCI clusters --------------------------------------------------------
  73. Host hmem lemaitre3 manneback hercules dragon1 vega nic4
  74. IdentityFile ~/.ssh/id_rsa.ceci
  75. Host manneback*
  76. HostName manneback.cism.ucl.ac.be
  77. User jsmith
  78. Host manneback%gwcism
  79. Host manneback%gwceci
  80. Host hmem*
  81. HostName hmem.cism.ucl.ac.be
  82. User jsmith
  83. Host hmem%gwcism
  84. Host hmem%gwceci
  85. Host lemaitre3*
  86. HostName lemaitre3.cism.ucl.ac.be
  87. User jsmith
  88. Host lemaitre3%gwcism
  89. Host lemaitre3%gwceci
  90. Host vega*
  91. HostName vega.ulb.ac.be
  92. User jsmith
  93. Host vega%gwcism
  94. Host vega%gwceci
  95. Host nic4*
  96. HostName nic4.segi.ulg.ac.be
  97. User jsmith
  98. Host nic4%gwcism
  99. Host nic4%gwceci
  100. Host hercules
  101. Hostname hercules.ptci.unamur.be
  102. User jsmith
  103. Host hercules%gwcism
  104. Host hercules%gwceci
  105. Host dragon1
  106. Hostname dragon1.umons.ac.be
  107. User jsmith
  108. Host dragon1%gwcism
  109. Host dragon1%gwceci
  110. # CISM clusters --------------------------------------------------------
  111. Host pelican*
  112. HostName pelican.cism.ucl.ac.be
  113. User jsmith
  114. Host pelican%gwcism
  115. Host pelican%gwelic
  116. Host pelican%gwceci
  117. Host storage*
  118. HostName storage.cism.ucl.ac.be
  119. User jsmith
  120. Host storage%gwcism
  121. Host storage%gwelic
  122. Host storage%gwceci
  123. # PRIVATE --------------------------------------------------------------
  124. Host mymachine*
  125. HostName mymachine.elic.ucl.ac.be
  126. User jsmith
  127. Host mymachine%gwelic