Logowanie/en

Z KdmWiki
Przejdź do nawigacji Przejdź do wyszukiwania
pl.jpg

< HPC User Guide < Access to HPC < Logging

To log in to the computational resources (Supernova) you need an SSH client on your computer. You may choose the way you log in to the system from the possibilities described below.

SSH from Linux

Loggin in to Supernova:

 ssh username@supernova.wcss.pl

Switch on X11 forwarding if you need to run GUI:

 ssh -X username@supernova.wcss.pl 

SSH from Windows

You need an SSH client installed e.g. PuTTy.

Configure a connection in PuTTy

To configure a connection in PuTTy follow these steps:

  • Run PuTTy
  • Go to Session
    • Fill the Host Name with supernova.wcss.pl
    • Select Connection type as SSH
Connection configuration in Putty

Configure a connection with X11 forwarding in PuTTy

To configure a connection with X11 forwarding in PuTTy follow these steps:

  • Download and install X server on your computer, e.g. X-ming.
  • Run the X server installed in previous step
  • Run PuTTy
  • Go to Session
    • Fill the Host Name with supernova.wcss.pl
    • Select Connection type as SSH
  • Go to Connection -> SSH -> X11
    • Select Enable X11 forwarding option
    • Click on Open to open the connection.
X11 forwarding configuration in PuTTy