Skip to content

Commit 57adae6

Browse files
committed
updated software install section
1 parent deca7e1 commit 57adae6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

website/software_install.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,15 @@ ssh-keygen -t ed25519
264264
ssh-copy-id -i ~/.ssh/id_ed25519.pub <username>@ela.cscs.ch
265265
```
266266

267-
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:
267+
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:
268+
269+
```sh
270+
[classXXX@ela2 ~]$ ssh <username>@daint.cscs.ch
271+
```
272+
273+
This step shall prompt you to accept the daint server’s SSH key and enter the password you got from Moodle again.
274+
275+
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:
268276
```sh
269277
Host daint-xc
270278
HostName daint.cscs.ch
@@ -275,7 +283,7 @@ Host daint-xc
275283
ForwardAgent yes
276284
```
277285

278-
5. Now you should be able to perform password-less login to daint as following
286+
6. Now you should be able to perform password-less login to daint as following
279287
```sh
280288
ssh daint-xc
281289
```

0 commit comments

Comments
 (0)