-Update the che-mount command to match new remote container
che mount <workspace-name>
or
che mount <workspace-id>
or
che mount <namespace:workspace-name>
- Introduce che-ssh command
che ssh <workspace-id or name> [machine-name]
(machine name is optional, by default it is using the dev-machine)
it's possible to get all data to connect with ssh or putty with
$ che action get-ssh-data <workspaceName>
SSH_IP=192.168.65.2
SSH_PORT=32900
SSH_USER=user
SSH_PRIVATE_KEY='
-----BEGIN RSA PRIVATE KEY-----
content
-----END RSA PRIVATE KEY-----
Change-Id: Icffcf23bed8419a086d2ee47479d804c0ed57828
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>