Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Secure Shell protocol allows data to be exchanged over a secure channel between two computers. SSH is typically used to log for logging into a remote machine and execute executing commands (remote console), but it can also be used to run programs and transfer files. On Linux and Mac systems the The ssh client is usually pre-loaded on Linux and Mac systems, while on Windows systems, you have to download and install an SSH client. For exampleopenSSH, Putty or Tectia.
The access is done via one of the following commands:

...

depending on which cluster you have the account. You can use the option -X to enables enable X11 display forwarding.

All the systems share the same username/password.

You can also connect to the system by "public key",  to avoid typing the password at each login. For detailed info, see the dedicated document. 

On You will login to our systems you will login with one of the two shells: bash or tcsh. Contact the HPC support (superc@cineca.it) if you want to change your default login shell.

...

It is possible to access a "desktop" based way (particularly useful if you are using visualization tools) by using our Remote Connection Manager (RCM).
RCM is a client/server application to connect to HPC machines using graphical mode.
A detailed description of This specific document has a detailed description of how to install and use it is in this specific document.

Access to download or upload data

You can use several protocols or utilities to access our systems in order to upload or retrieve your data:

...

Additional details can be found in on Data transfer dedicated page.

Policy for password definition

Once logged, you can change your password using the passwd command.
If you change the password on one system, it will be automatically changed on all of them (the propagation can take up to one hour).

...

- The new password has to be 10 characters long and contain contains at least 1 capital letter, 1 number, and 1 special character (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)
- The password has a validity of 3 months. You will receive a reminder 10 days before the expiration when you login.
- The new password has to be different from the previous 5 ones.
- Any password change will be notified to the user by email.

...