Master SIAME | Université Toulouse 3

Internet of things and System on Chip

Master SIAME | Université Toulouse 3

Internet of things and System on Chip

User Tools


Differences

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

Link to this comparison view

Next revision Both sides next revision
info:access [2015/08/26 20:37]
127.0.0.1 external edit
info:access [2016/10/06 10:25]
francois [Internet SSH platform access]
Line 1: Line 1:
 ===== Internet SSH platform access ===== ===== Internet SSH platform access =====
 While you can do the same with either Cygwin or [[http://​www.putty.org|Putty]],​\\ 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 Scientific Linux 6.4).\\+as an M2Pro student we strongly encourage you to use a Linux platform (current is Fedora Core 24).\\
  
 <WRAP round info>//​**__SSH is on a non standard port__**// <WRAP round info>//​**__SSH is on a non standard port__**//
 \\ \\
-''​ssh ​-p 2220 <​user>​@camsi.ups-tlse.fr''</​WRAP>​+''​ssh <​user>​@m2siame.univ-tlse3.fr''</​WRAP>​
  
 To ease your connectivity from the Internet, type in a shell the following commands: To ease your connectivity from the Internet, type in a shell the following commands:
Line 11: Line 11:
 <​code>​ <​code>​
 cat >> ~/​.ssh/​config << EOF cat >> ~/​.ssh/​config << EOF
-Host camsi +Host siame 
-    User <​username>​ +    User <wrap hi><​username>​</​wrap>​ 
-    Port 2220 +    Hostname ​m2siame.univ-tlse3.fr
-    Hostname ​camsi.ups-tlse.fr+
     ForwardAgent no     ForwardAgent no
     ForwardX11 yes     ForwardX11 yes