===== Internet SSH platform access ===== While you can do the same with either Cygwin or [[http://www.putty.org|Putty]],\\ as an M2Pro student we strongly encourage you to use a Linux platform (current is Fedora Core 24).\\ //**__SSH connection__**// \\ ''ssh @m2siame.univ-tlse3.fr'' To ease your connectivity from the Internet, type in a shell the following commands: cat >> ~/.ssh/config << EOF Host siame User Hostname m2siame.univ-tlse3.fr ForwardAgent no ForwardX11 yes ServerAliveInterval 90 ServerAliveCountMax 120 EOF //Note: of course, replace '''' with your assigned account username.// \\ ===== Local nodes access ===== To gain access to the local nodes while connecting from the Internet, according to the fact that the node is already UP,\\ just use your ldap account through SSH to connect to:\\ //**__SSH to desktop nodes__**// \\ ''ssh @siame[1..23]''