From c8d4988ed7a984255fc408ba63483dec5c6cc229 Mon Sep 17 00:00:00 2001 From: EetuHuuskoCSC <116141296+EetuHuuskoCSC@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:41:41 +0300 Subject: [PATCH] Update connecting.md --- materials/connecting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/materials/connecting.md b/materials/connecting.md index fec1831f..b83875fc 100644 --- a/materials/connecting.md +++ b/materials/connecting.md @@ -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 @@ -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 @@ -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/).