Part 7 : CPPM
The school participant in the satellite site of CPPM will have access to the mésocentre of Aix-Marseille University.
We have sent a mail to collect the public SSH key of the participants. If not yet done, please send us your public SSH key to the following address: zoubian@cppm.in2p3.fr. The creation of the account can take some time depending on the availability of the administrators.
Once our account is created, you can connect to the mesocentre with the following command in a terminal:
1 |
$ ssh -p 8822 <username>@login.mesocentre.univ-amu.fr |
Note for windows: recent versions of Windows 10 have a built-in ssh client. You can use the same command in a PowerShell terminal. If you have an older version of Windows, you can use the putty software.
If your private key is not in the default location, you can specify the path to the private key with the -i option.
You can also set up a ssh config file to simplify the connection to the mesocentre.
Host mesocentre.univ-amu.fr HostName login.mesocentre.univ-amu.fr User <username> Port 8822 IdentityFile <path to your private key>