Versions Compared

Key

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

...

Step-by-step guide

Pre-requisite: In the please create a ssh config file write the below  .ssh/config  adapting the template below. 

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

Note:

...


    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:

  • The <username>  in the above snippet needs to be configured with your cscs username

...

  • Adjust to your own preferenceThe naming convention for Host

...

  • given as daint-ela or eiger-ela

...

  •  

Please follow the steps below (the first two steps are required if you are connecting for the first time or if the downloaded keys got expired):

  1. Log

...

  1. in to the SSHService web application to generate keys and download (or)

...

  1. download the keys using the sshservice-cli

...

...

  1. Make sure the downloaded keys are copied to the folder ~/.ssh with names cscs-key

...

  1.   and cscs-key-cert.pub

...

  1. . The permission

...

  1. of cscs-key should be set as

...

  1. 600 
  2. Connect to Piz Daint or Eiger via the frontend Ela using the commands below:
Code Block
languagebash
themeRDark
ssh daint-ela 

OR

ssh eiger-ela

Content by Label
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("kb-connection","kb-how-to-article") and type = "page" and space = "KB"
labelskb-troubleshooting-article

Page properties
hiddentrue


Related issues

Step - 3: Connect to eiger or daint with the command below, 

                ssh daint-ela 

...