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


Internet SSH platform access

While you can do the same with either Cygwin or Putty,
as an M2Pro student we strongly encourage you to use a Linux platform (current is Fedora Core 24).

SSH connection
ssh <user>@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 <wrap hi><username></wrap>
    Hostname m2siame.univ-tlse3.fr
    ForwardAgent no
    ForwardX11 yes
    ServerAliveInterval 90
    ServerAliveCountMax 120
EOF

Note: of course, replace <username> 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 <user>@siame[1..23]