Getting Access
Create SSH Key
Linux/macOS
Read more about creating a ssh key under SSH Keys
To summarize, you should end up with three files:
- id_johndoe.pubThe public key file, it is not required if you copy and submit the SSH public key as described.
- id_johndoeThis is your private key and the one and only most important file to access the cluster.Do NOT share with anyone.
Windows
Read more about creating a ssh key under SSH Keys
To summarize, you should end up with three files:
- id_rsa.pubThe public key file, it is not required if you copy and submit the SSH public key as described.
- id_rsa.ppkThis file is only needed if you plan to use Putty.
- id_rsaThis is your private key and the one and only most important file to access the cluster.
Connect to the cluster
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
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.