Logowanie/en
Wersja z dnia 12:45, 4 lut 2014 autorstwa Ask (dyskusja | edycje) (Utworzono nową stronę "right|link={{#titleparts: {{PAGENAME}} | 1 }} <small>< HPC User Guide < Access to HPC < Logging...")
< 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 -> Logging
- Fill the Host Name with supernova.wcss.pl
- Select Connection type as SSH
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 -> Logging
- 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.