-
Notifications
You must be signed in to change notification settings - Fork 201
Setting up CSC account and SSH
Tuomas Rossi edited this page May 23, 2025
·
5 revisions
- If you do not have a CSC account already, please create an account following the instructions here: https://docs.csc.fi/accounts/how-to-create-new-user-account/
- If you are from an institution in Finland: Please create the account with Haka or Virtu.
- If you are from an institution outside Finland: Please register here (mandatory: use the e-mail address provided by your organisation): https://my.csc.fi/csc-customer-registration (in the "Additional Information" page choose "Other reason" and write "CSC Summer School in HPC 2025")
- Activate multi-factor authentication as described here: https://docs.csc.fi/accounts/mfa/
- Join the summer school projects for both Mahti and LUMI (separate projects) by following the links received via email
- Wait until you receive an email that you have been added to the projects
- Read and accept the terms of service for both Mahti and LUMI in their corresponding projects at MyCSC as described here: https://docs.csc.fi/accounts/how-to-add-service-access-for-project/
- Install SSH client on your laptop and set up SSH keys as described here: https://docs.csc.fi/computing/connecting/ssh-keys/
- Follow the instructions matching the operating system of your laptop
- Once you have copied the public key to MyCSC, wait a few hours for the key to activate on Mahti and LUMI
- Test the SSH connection as described here: https://docs.csc.fi/computing/connecting/
- For Mahti:
ssh <username>@mahti.csc.fi
. If you get the following output, then you are all set! Typeexit
to end the SSH session.┌─ Welcome ───────────────────────────────────────────────────────────────────┐ │ CSC - Tieteen tietotekniikan keskus - IT Center for Science │ │ ___ ___ ___ __ __ ___________ __ │ │ | \/ | / \ | | | | | || | │ │ | \ / | / ^ \ | |__| | `---| |----`| | │ │ | |\/| | / /_\ \ | __ | | | | | │ │ | | | | / _____ \ | | | | | | | | │ │ |__| |__| /__/ \__\ |__| |__| |__| |__| │ │ │ │ Mahti.csc.fi - Atos BullSequana XH2000 │ │ 1404 AMD Rome CPU nodes - 24 Nvidia A100 GPU nodes │ ├─ Support ───────────────────────────────────────────────────────────────────┤ ....
- For LUMI:
ssh <username>@lumi.csc.fi
. If you get the following output, then you are all set! Typeexit
to end the SSH session.* ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ * * * * * * * ████ ████ ████ █████▄ ▄█████ ████ * * * ████ ████ ████ ████ █▄ ▄█ ████ ████ , *, ████ ████ ████ ████ ████ ████ ████ * * |\_ _/| ████ ████ ████ ████ ▀▀ ████ ████ * .| ." ,| * ████ ████ ████ ████ ████ ████ /( \_\) ████ ████ ████ ████ ████ ████ / ,-,| * ████▄▄▄▄▄ ▀███ ███▀ ████ ████ ████ * * / \ █████████ ▀▀███▀▀ ████ ████ ████ * ,/ ( * * ,/ | / * ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒/ \ * || | * * ,_ ( )| || | * * * The Supercomputer of the North * | `\_| __ /_| || | ** * * * \_____\______)\__)__) .********----------*******-------******----------****************. ....
- For Mahti:
- Wait for the summer school to start. We'll explain how to use LUMI and Mahti during the school.