Skip to content

Commit 1280d8d

Browse files
fix: change helvetios address
1 parent feaf703 commit 1280d8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/share/scitas.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Check out the [More Advanced Script](#more-advanced-script) section for more opt
5050
Copy all your files into SCITAS:
5151

5252
```bash
53-
scp -r <assignment path> <username>@helvetios.epfl.ch:~/
53+
scp -r <assignment path> <username>@helvetios.hpc.epfl.ch:~/
5454
```
5555

5656
<Callout type="error" contentOnly="true">
@@ -63,7 +63,7 @@ scp -r <assignment path> <username>@helvetios.epfl.ch:~/
6363
SSH into SCITAS:
6464

6565
```bash
66-
ssh <username>@helvetios.epfl.ch
66+
ssh <username>@helvetios.hpc.epfl.ch
6767
```
6868

6969
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.
199199

200200
```bash caption="~/.ssh/config"
201201
Host <host name>
202-
HostName helvetios.epfl.ch
202+
HostName helvetios.hpc.epfl.ch
203203
User <username>
204204
```
205205

206206
- Host : any name for this host (for example SCITAS)
207-
- HostName : `helvetios.epfl.ch`
207+
- HostName : `helvetios.hpc.epfl.ch`
208208
- User : your GASPAR username
209209

210210
You have succesfully created an alias for this remote connection !
211211

212212
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 !
213213

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`
215215

216216
### Connecting through VS Code
217217

0 commit comments

Comments
 (0)