neOCampus

IoT innovations at campus-level | Université Paul Sabatier Toulouse 3

neOCampus

IoT innovations at campus-level | Université Paul Sabatier Toulouse 3

User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

info:access [2016/11/27 10:19] (current)
francois created
Line 1: Line 1:
 +====== 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.\\
 +
 +<WRAP round box 70%>
 +''​ssh <​user>​@neocampus.univ-tlse3.fr''​
 +</​WRAP>​
 +
 +To ease your connectivity from the Internet, type in a shell the following commands:
 +
 +<​code>​
 +    cat >> ~/​.ssh/​config << EOF
 +    Host neocampus
 +        User <​username>​
 +        Hostname neocampus.univ-tlse3.fr
 +        ForwardAgent no
 +        ForwardX11 yes
 +        ServerAliveInterval 90
 +        ServerAliveCountMax 120
 +    EOF
 +</​code>​