elic_config 2.5 KB

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