1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- # Generalities ------------------------------------------------------------------------------------
- Host *
- ServerAliveInterval 60
- # Gateways ----------------------------------------------------------------------------------------
- Host gwcism gwceci
- User jsmith
- ForwardX11 yes
- IdentityFile ~/.ssh/id_rsa.ceci
- Host gwcism
- Hostname gwcism.cism.ucl.ac.be
- Host gwceci
- Hostname gwceci.cism.ucl.ac.be
- # Jump --------------------------------------------------------------------------------------------
- Host *%gwcism
- ProxyJump gwcism
- Host *%gwceci
- ProxyJump gwceci
- # ELIC ---------------------------------------------------------------------------------------------
- Host *meteor* *lorenz* *aurora* *pelican* *coriolis* *cyclone*
- ForwardX11 yes
- IdentityFile ~/.ssh/id_rsa.ceci
- Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
- User jsmith
- Host *cyclone*
- HostName cyclone.elic.ucl.ac.be
- Host *coriolis*
- HostName coriolis.elic.ucl.ac.be
- Host *meteor*
- HostName meteor.elic.ucl.ac.be
- Host *lorenz*
- HostName lorenz.elic.ucl.ac.be
- Host *aurora*
- HostName aurora.elic.ucl.ac.be
- Host *pelican*
- HostName pelican.cism.ucl.ac.be
- Host *pelican%gwcism
- Host *pelican%gwceci
- # Git ---------------------------------------------------------------------------------------------
- Host gogs*
- User git
- IdentityFile ~/.ssh/id_rsa.ceci
- Hostname www.climate.be
- ForwardX11 no
- ForwardX11Trusted no
- Port 3022
- # Tier-1 ------------------------------------------------------------------------------------------
- Host zenobe*
- User jsmith
- ForwardX11 yes
- Hostname zenobe.hpc.cenaero.be
- IdentityFile ~/.ssh/id_rsa.ceci
- ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
- # CÉCI clusters -----------------------------------------------------------------------------------
- Host nic5 lemaitre3 manneback
- User jsmith
- ForwardX11 yes
- IdentityFile ~/.ssh/id_rsa.ceci
- ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
- Host lemaitre3
- HostName lemaitre3.cism.ucl.ac.be
- Host nic5
- HostName nic5.segi.ulg.ac.be
- Host manneback
- HostName manneback.cism.ucl.ac.be
- # CISM clusters -----------------------------------------------------------------------------------
- Host storage*
- HostName storage.cism.ucl.ac.be
- User jsmith
- Host storage%gwcism
- # PRIVATE -----------------------------------------------------------------------------------------
- Host mine*
- HostName xxx.xxx.xxx.xxx
- ForwardX11 yes
- User jsmith
|