Page History
...
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 | ||||
|---|---|---|---|---|
| ||||
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:
- The ssh config file can be written in many different ways, the template above sample is for your reference only
- username in The
<username>in the above snippet needs to be configured with your cscs username - The naming convention for
Hostis is given asdaint-elaoreiger-elaas an example and it's : please adjust it to your own preference
Step - 1:
...
Please log in to the SSHService web application to generate keys and download (or)
...
or download the keys using the sshservice-cli
Step - 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
...
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
...
Piz Daint or Eiger via the frontend Ela using the commands below:
| Code Block | ||||
|---|---|---|---|---|
| ||||
ssh daint-ela
OR
ssh eiger-ela |
Related articles
| Content by Label | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Page properties | ||
|---|---|---|
| ||
|
ssh daint-ela
...