Execute a command directly on a remote server, in a service, or in a existing container. To do this it:

  1. Opens the firewall for SSH from your IP address temporarily (20 minutes)
  2. Starts a SSH session
  3. Executes the command specified and returns its output.

You need to add your public (local) SSH key to your Cloud 66 account before running this command. You also need to have “shell to server” rights on the application to use this command.

You can use either the server name (e.g. lion) or the server IP (e.g. 123.123.123.123) or the server role (e.g. web). If a role is specified the command will connect to the first server with that role.

This command is only supported on Linux and OS X clients (for Windows you can run this in a virtual machine if necessary)