Connecting to IDRIS with SSH and password

Connecting to any of the IDRIS machines from a local machine

You can connect to any of the IDRIS machines using SSH. The corresponding comand is:

$ ssh machine-idris.idris.fr -l rlabxxx 

To connect to the front-ends (Adapp, Ada and Turing), you can open an ssh tunnel authorising the X11 connections:

$ ssh -X adapp.idris.fr -l rlabxxx

$ ssh -X ada.idris.fr -l rlabxxx
  
$ ssh -X turing.idris.fr -l rlabxxx