Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
Host ela
    HostName ela.cscs.ch
    User <username>
    IdentityFile ~/.ssh/cscs-key
    IdentitiesOnly yes

Host daint-ela
    Hostname daint.cscs.ch
    User <username>
    IdentityFile ~/.ssh/cscs-key
    ProxyJump ela
    IdentitiesOnly yes

Host eiger-ela
    Hostname eiger.cscs.ch
    User <username>
    IdentityFile ~/.ssh/cscs-key
    ProxyJump ela
    IdentitiesOnly yes

Please note that the ssh config file can be written in many different ways, the template above is for your reference only. In particular:

...

  1. Log in to the SSHService web application to generate keys and download (or) or download the keys using the sshservice-cli
  2. Make sure the downloaded keys are copied to the folder ~/.ssh with names cscs-key  and cscs-key-cert.pub. The permission of cscs-key should be set as 600 
  3. Connect to Piz Daint or Eiger via the frontend Ela using the commands below:

...