Try   HackMD

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Login to Leonardo Booster Cluster with Temporary Username and Password

Contribution:

Categories:

Contents of this documents and quicklinks


Windows Users

PowerShell

  • Install PowerShell on Windows, Linux, and macOS
  • Open the PowerShell Terminal
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • Login the LB cluster using ssh command
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
    • Here a08trb12 is the temporary username. You should use the temporary username you get from the organizer of the workshop
  • Input the temporary password (a 10-digit string) you get from the organizer of the workshop
    • once successful, you will see the info in your PowerShell terminal
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →

MobaXterm

  • Download the Home Edition of MobaXterm and install it
  • Start the MobaXterm program
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • Click Session on the upper left corner and then click SSH in the new window that opens.
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • Fill in the name of the remote host (login.leonardo.cineca.it), check Specify username and fill in your own username
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • Click OK and then input your temporary password
    • once successful, you will see the info in your MobaXterm terminal
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • Your settings will be saved and you can login again by clicking on the host name under 'Saved sessions' on the start up window.
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →

Mac OS Users

SSH

  • Launch Terminal
  • Connect to the Leonardo Booster cluster by typing
    • ssh a08trb12@login01-ext.leonardo.cineca.it -o hashknownhosts=no
    • here I use a08trb12 for demonstration
    • Input the password and then you will see the info in your MobaXterm terminal
    • Image Not Showing Possible Reasons
      • The image was uploaded to a note which you don't have access to
      • The note which the image was originally uploaded to has been deleted
      Learn More →
  • There are four login nodes and you can pickup any one to login the cluster
ssh <username>@login01-ext.leonardo.cineca.it -o hashknownhosts=no ssh <username>@login02-ext.leonardo.cineca.it -o hashknownhosts=no ssh <username>@login05-ext.leonardo.cineca.it -o hashknownhosts=no ssh <username>@login07-ext.leonardo.cineca.it -o hashknownhosts=no