Accessing MeSU Supercomputer requires credentials. These are sent by e-mail to users once the accounts are created.
For more information concerning opening an account, please consult the dedicated page.
MeSU Supercomputer uses SSH (secure shell) protocol which allows a secure connection and reduces the risk of data corruption or fraudulent attack.
There are differents methods to connect to the servers depending on the operating system used :
UNIX (Linux / MacOs)
Open a terminal
To connect from UNIX systems (Linux or MacOS), the preferred method is to use a CLI (Command Line Interface), also known as a Terminal or a Console.
For MacOs Users, the CLI is available from the finder under Applications -> Utilities -> Terminal, or from the launchpad by searching “Terminal”.
Linux systems will use different CLIs, usually called “Terminal”. They are located in the accessories panels menu.
Login with SSH
From the terminal, enter the following command by replacing username with the one sent by e-mail :
ssh username@mesu.dsi.upmc.fr
You may see a warning at your first connection saying that you are trying to connect to an unknown host. You can confidently continue the login process by typing “Y”.
The CLI will then prompt you for your password. Type it and press ENTER to continue.
Warning: When typing your password, characters will not appear on your screen.
Once logged in, a welcome message should appear, providing you with various information about the system status, planned maintenance interventions or other important messages.
Windows
Install a SSH client
Windows Operating System does not include a built-in ssh tool. You will therefore need to install one of the following ssh clients (Ubuntu WSL, Putty,MobaXTerm, CygWin, Kitty, …), on your computer in order to login.
If you have already used such a software, please use any ssh client you are already familiar with.Otherwise, we recommend MobaXTerm which is more user-friendly.
Login with SSH
Open a terminal by clicking on “start local terminal“
Type SSH and press ENTER to establish a secure connection
Enter the following command by replacing username with the one sent by e-mail :
ssh username@mesu.dsi.upmc.fr
You may see a warning at your first connection saying that you are trying to connect to an unknown host. You can confidently continue the login process by typing “Y”.
The CLI will then prompt you for your password. Type it and press ENTER to continue.
Warning: When typing your password characters will not appear on your screen.
Once logged in, a welcome message should appear, providing you with various information about the system status, planned maintenance interventions or other important messages.