====== Access neOCampus from abroad ====== While you can do the same with either Cygwin or [[http://www.putty.org|Putty]], we strongly encourage you to use a Linux platform.\\ ''ssh @neocampus.univ-tlse3.fr'' To ease your connectivity from the Internet, type in a shell the following commands: cat >> ~/.ssh/config << EOF Host neocampus User Hostname neocampus.univ-tlse3.fr ForwardAgent no ForwardX11 yes ServerAliveInterval 90 ServerAliveCountMax 120 EOF