Skip to content

Commit

Permalink
Update connecting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EetuHuuskoCSC authored Sep 26, 2024
1 parent 851f5eb commit c8d4988
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions materials/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* Bigger analysis tasks should be run via batch jobs
* Web interface can be used for starting batch jobs
* [Puhti web interface](https://puhti.csc.fi)
* [LUMI web interface](https://www.lumi.csc.fi,)
* [LUMI web interface](https://www.lumi.csc.fi)
* [CSC Docs: web interface](https://docs.csc.fi/computing/webinterface/)

## Tools in web interface:
- View, download and upload files
- **Terminal to login-node**
- **Terminal to compute-node**
- **Terminal to login node**
- **Terminal to compute node**
- Info: running jobs, disk usage, project status and supercomputer's general status
- Launch interactive apps and open them directly from the browser:
- Desktop with apps: **QGIS**, GRASS, SagaGIS, SNAP, Zonation etc
Expand All @@ -26,7 +26,7 @@

## Connecting to the supercomputer via SSH

During the course we will access the supercomputer via the webinterface in order to not overwhelm you with setups before the course. However, this way may not always be the most convenient. You can also connect to the supercomputer via SSH.
During the course we will access the supercomputer via the web interface in order to not overwhelm you with setups before the course. However, this way may not always be the most convenient. You can also connect to the supercomputer via SSH.

:::{admonition} Connecting with SSH clients
:class: seealso, dropdown
Expand All @@ -36,9 +36,9 @@ During the course we will access the supercomputer via the webinterface in order
- SSH clients:
- Mac and Linux have Terminal for SSH connections.
- In Windows:
- `Command Prompt` or `Powershell` are always avaialbe and can be used for basic connections.
- `Command Prompt` or `Powershell` are always available and can be used for basic connections.
- Special tools like [PuTTY](https://www.putty.org/) or [MobaXterm](https://mobaxterm.mobatek.net/) provide more options, inc possibility to save settings, but need installation.
- To avoid typing your password every time again and to make your connection more secure, you can [set up SSH-keys](https://docs.csc.fi/computing/connecting/#setting-up-ssh-keys).
- To avoid typing your password every time and to make your connection more secure, you can [set up SSH-keys](https://docs.csc.fi/computing/connecting/ssh-keys/).
- [CSC Docs: Connecting to CSC supercomputers](https://docs.csc.fi/computing/connecting/)
- [LUMI Docs: Get started](https://docs.lumi-supercomputer.eu/firststeps/).

Expand Down

0 comments on commit c8d4988

Please sign in to comment.