How to connect to the CEDIASupercomputer?

To send messages/data securely over the web, an asymmetric encryption , which consists of two basic elements:

  • Public key (padlock)
  • Private key (key)

Each key is a unique code of numbers and letters. The public key must be given to the server you wish to connect to, while the private key must remain on your computer. This ensures that information is transmitted securely between the server and your computer.

 asymmetric encryption

 

In the HPC CEDIA cluster, we use these certificates within the SSH (Secure Shell) protocol to establish secure communication between each user's computer and our cluster, completely eliminating the use of an SSH connection key, thus improving access security.

  1. Download the PuTTY package from https://www.ssh.com/ssh/putty/downloadputty screen
  2. Follow the instructions and install the program on your computer.PuTTY install
  3. After installation, search for the program called “PuTTYgen” and run it.puttygen
  4. Verify that the “RSA” option is enabled with 2048 bits generated. If everything is configured correctly, click “Generate”.generate
  5. Move the mouse randomly over the required area to generate a random code.random
  6. Optionally, enter a password in the "passphrase" field if you wish. This will provide extra security for your SSH certificates.
  7. Save your private key (.ppk) on the computer you will be connecting from. Remember not to share this file with anyone.key
  8. Send the public key (all content) to the contact at CEDIA for the creation of the account within the Cluster.public key
  9. To connect to the cluster, search for the program “PuTTY” and run it.putty bus
  10. cedia enter your information as follows: firstname.lastname@login.hpc.cedia.org.ec
  11. In the left side panel go to SSH / Auth and in the “Private key file authentication” field enter your private SSH certificate (.ppk).auth
  12. Click the “Open” button.open
  13. You are now connected. A terminal will open from which you can interact directly with the cluster. Remember to repeat from step 9 each time you want to reconnect.

cedia us at: noc@cedia.org.ec .

 

  1. Open terminal: Ctrl + Alt + Tterminal
  2. Enter the following command: ssh-keygen -t rsakeygen
  3. If you wish, change the location where you will save the file containing the private key. Optionally, you can add a password to further secure your SSH certificates.rsa
  4. Your SSH certificates have been created.cert ssh
  5. Enter the following command: cat /root/.ssh/id_rsa.pubcat
  6. Send the public key (all content) to your contact at CEDIA for the creation of the account in the CEDIAcluster.pub key
  7. In the terminal, enter the following command cedia ssh name.surname@login.hpc.cedia.org.ec
  8. You are now connected to our cluster. To manage the cluster from the terminal, please refer to our manual, "How to work on an HPC CEDIAnode?"
  9. Remember that your private key is located at the same address you selected in step 3.file