BioMonth - CSC supercomputing and data management for bioscientists

Log in Puhti with ssh

This tutorial requires that you have a user account at CSC and it is a member of a project that has access to Puhti service.

Different operating systems have a little bit different SSH-clients (programs that you can use to take the connection with).

Windows10

On Windows 10, you can use the Windows Power Shell or download Putty, or download and install MobaXterm.

In this tutorial, we assume you use Windows Power Shell. More examples can be found in docs](https://docs.csc.fi/computing/connecting/).

MacOS

In MacOS, you can use Terminal similarly as with Linux machines (see below). Simply open the Terminal application and type:

ssh <your_csc_username>@puhti.csc.fi

Linux

Laptops and workstations running Linux typically have SSH installed. Simply open a terminal and give:

ssh <your_csc_username>@puhti.csc.fi
The authenticity of host 'puhti-login1.csc.fi (86.50.164.166)' can't be established.
ECDSA key fingerprint is SHA256:EXhadfadsfsaffasjhdlfjhasdlfkjhadsl.
Are you sure you want to continue connecting (yes/no/[fingerprint])?

└─────────────────────────────────────────────────────────────────────────────┘ [@puhti-login1 ~]$ ``` Now, you're ready to go. Note, however, that remote graphics will not work. You could add X11-tunneling to your ssh-connection, by adding `-X` or `-Y` to your command, and [in Windows a separate X11-emulator](), but [for intesive remote graphics we recommend using NoMachine]().