Overview
Computing resources
- Callisto: Front-end server for Gitlab/Documentation/Login.
- Ganymede: VM server with Continuous Integration.
- Jupiter: Back-end storage server (no login allowed).
Backup
Use Callisto as entry-point for storage access with your usual credentials.
Add callisto to your SSH configuration file .ssh/config for convenience:
Host callisto
Hostname callisto-cemef.interne.mines-paristech.fr
User firstname.lastname
Copy your public SSH key:
$ ssh-copy-id -i .ssh/id_rsa.pub callisto
Accept the connection and enter your password.
To save your files use scp on UNIX, or Filezilla on Windows.
scp
Single file:
$ scp results.txt callisto:
Directory:
scp -r Cylinder_3D callisto:
Mind the trailing colon!
Filezilla
Add your contribution here dear Windows user