Describe when someone would need this information. For example "when connecting to wi-fi for the first time".
Pre-requisite: In the ssh config file write the below
Host ela HostName ela.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key Host daint-ela Hostname daint.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key ProxyJump ela Host eiger-ela Hostname eiger.cscs.ch User <username> IdentityFile ~/.ssh/cscs-key ProxyJump ela |
Note:
Step - 1: Users either need to log in to the SSHService web application to generate keys and download (or) Users may download the keys using the sshservice-cli
Step - 2: Make sure the downloaded keys are copied to ~/.ssh with names cscs-key & cscs-key-cert.pub (also permission on cscs-key should be set as 600)
(The above two steps are required if you are connecting for the first time or if the downloaded keys got expired)
Step - 3: Connect to eiger or daint with the command below,
ssh daint-ela
or
ssh eiger-ela