Skip to main content

Getting Access

Create SSH Key

Linux/macOS

Read more about creating a ssh key under SSH Keys

TL;DR

To summarize, you should end up with three files:

  • id_johndoe.pub The public key file, it is not required if you copy and submit the SSH public key as described.
  • id_johndoe This is your private key and the one and only most important file to access the cluster.Do NOT share with anyone.

Submit your key here, creating a new service request

Windows

Read more about creating a ssh key under SSH Keys

TL;DR

To summarize, you should end up with three files:

  • id_rsa.pub The public key file, it is not required if you copy and submit the SSH public key as described.
  • id_rsa.ppk This file is only needed if you plan to use Putty.
  • id_rsa This is your private key and the one and only most important file to access the cluster.

Submit your key here, creating a new service request

Connect to the cluster

warning

Accounts are for personal use and non-transferable.

If the project requires another person's access to the machine, the person responsible for the project will be in charge of making these types of requests.

To connect to the cluster it is necessary to have a public key that must be sent to the cluster administration team to be installed.

There is a login nodes on the machine, all connections must be done via SSH (Secure SHell), for example:

[ user@PRT1234L ~]$ ssh john.doe@hpc.tri.lan
CALCULATIONS ON THE LOGIN NODE ARE NOT ALLOWED

The login node is not a place to start any serious calculations nor is it a playground for testing purposes or compiling programs! Any user processes violating this rule will be terminated immediately without any warning!

Access from/to the outside

For security reasons there is no connection from/to the outside.