This page will help you create a valid and complete configuration file for your SSH client on Linux or MacOS. Just fill in the form below and copy paste the result in your ~/.ssh/config file.

Dropdown to choose University:
Your CÉCI login:
Your UNamur eID login:
Optional: Your CISM login:
Optional: Local group:
Do you have access to :


# University Gateway ------------------------------------------------------
Host gwceci dragon2
    Hostname
    Hostname gwceci.cism.ucl.ac.be
    Hostname hal.unamur.be
    Hostname gwceci.ulb.ac.be
    Hostname gwceci.uliege.be
    Hostname dragon2.umons.ac.be
    User
    User
    ForwardX11 yes
    IdentityFile ~/.ssh/id_rsa.ceci
Host gwcism
    User
    Hostname gwceci.cism.ucl.ac.be

# CÉCI clusters --------------------------------------------------------
Host lemaitre4 lemaitre3 hercules nic5 dragon2 manneback ingrid-ui2 lucia
    User
    ForwardX11 yes
    IdentityFile ~/.ssh/id_rsa.ceci
    ProxyJump gwceci

Host lemaitre3
    Hostname lemaitre3.cism.ucl.ac.be
Host lemaitre4
    Hostname lemaitre4.cism.ucl.ac.be
Host hercules
    Hostname hercules.ptci.unamur.be
Host dragon2
    Hostname dragon2.umons.ac.be
Host nic5
    Hostname nic5.uliege.be
Host manneback
    Hostname manneback.cism.ucl.ac.be

# Tier-1 ----------------------------------------------------------------
Host lucia
    Hostname frontal.lucia.cenaero.be

# ELIC ----------------------------------------------------------------
Host gwelic
    User
    Hostname www.climate.be
Host *%gwelic
    ProxyCommand ssh -q -W %h:%p gwelic
Host elixir*
    HostName elixir.elic.ucl.ac.be
Host pingo*
    HostName pingo.elic.ucl.ac.be
Host storm*
    HostName storm.elic.ucl.ac.be
Host esker*
    HostName esker.elic.ucl.ac.be
Host ozone*
    HostName ozone.elic.ucl.ac.be
Host lorenz*
    HostName lorenz.elic.ucl.ac.be

© CÉCI.