Skip to content

Commit

Permalink
updated software install section
Browse files Browse the repository at this point in the history
  • Loading branch information
youwuyou committed Oct 26, 2024
1 parent deca7e1 commit 57adae6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions website/software_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,15 @@ ssh-keygen -t ed25519
ssh-copy-id -i ~/.ssh/id_ed25519.pub <username>@ela.cscs.ch
```

4. Edit your ssh config file located in `~/.ssh/config` and add following entries to it, making sure to replace `<username>` and key file with correct names, if needed:
4. Once your key is added to ela, manually connect to daint to authorize your key for the first time, while making sure you are logged-in in ela. Execute:

```sh
[classXXX@ela2 ~]$ ssh <username>@daint.cscs.ch
```

This step shall prompt you to accept the daint server’s SSH key and enter the password you got from Moodle again.

5. Edit your ssh config file located in `~/.ssh/config` and add following entries to it, making sure to replace `<username>` and key file with correct names, if needed:
```sh
Host daint-xc
HostName daint.cscs.ch
Expand All @@ -275,7 +283,7 @@ Host daint-xc
ForwardAgent yes
```

5. Now you should be able to perform password-less login to daint as following
6. Now you should be able to perform password-less login to daint as following
```sh
ssh daint-xc
```
Expand Down

0 comments on commit 57adae6

Please sign in to comment.