MPI - bootstrap
$ ssh-keygen
# creates ~/.ssh/id_rsa.pub (public key), and ~/.ssh/id_rsa (private key, DO NOT DISCLOSE !)
Edit ~/.ssh/config and add the following lines:
You should be able to connect to the labs machine from your
laptop by running ssh 3a401-13.
ForwardAgent yes
Host tsp
user my_login
hostname ssh1.it-sudparis.eu
Host 3a401*
user my_login
ProxyJump tsp
Installing you ssh key
ssh-copy-id tsp
~trahay_f/opt/renew_ssh_fingerprints.sh