CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

CloudMIP | a France-Grilles OpenStack platform

France-Grilles | Université Toulouse 3

User Tools


External access to CloudMIP

There are various ways to access to the CloudMIP platform:

  • SSH

SSH

While you can do the same with either Cygwin or Putty, we strongly encourage you to use a Linux platform.

ssh <user>@cloudmip.univ-tlse3.fr

To ease your connectivity from the Internet, type in a shell the following commands:

    cat >> ~/.ssh/config << EOF
    Host cloudmip
        User <username>
        #Port 2220
        Hostname cloudmip.univ-tlse3.fr
        ForwardAgent no
        ForwardX11 yes
        ServerAliveInterval 90
        ServerAliveCountMax 120
    EOF