You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `ls` & `cd` to navigate into your assignment directory in SCITAS
@@ -199,19 +199,19 @@ Open the config file in a text editor and write the following, then save.
199
199
200
200
```bash caption="~/.ssh/config"
201
201
Host <host name>
202
-
HostName helvetios.epfl.ch
202
+
HostName helvetios.hpc.epfl.ch
203
203
User <username>
204
204
```
205
205
206
206
- Host : any name for this host (for example SCITAS)
207
-
- HostName : `helvetios.epfl.ch`
207
+
- HostName : `helvetios.hpc.epfl.ch`
208
208
- User : your GASPAR username
209
209
210
210
You have succesfully created an alias for this remote connection !
211
211
212
212
With the config file set up, you can also now SSH into SCITAS from any terminal on your host machine using just the host name you have set previously !
213
213
214
-
You can now write `ssh <host name>` instead of `ssh <username>@helvetios.epfl.ch`
214
+
You can now write `ssh <host name>` instead of `ssh <username>@helvetios.hpc.epfl.ch`
0 commit comments