This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
CHE-2059 Add workspace-ssh command that connect to remote workspaces #38
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…with default ssh keypair Change-Id: Ic30f26592fa8cf002fbdc9a23c748062be7d18e0 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
14 tasks
@TylerJewell for review |
how to use it:
If you need to connect with ssh utility, you may use get-ssh-data
it requires current master or nightly build from 05th november |
Change-Id: Ie253416c50ada88eb8a31b5b53e8d3d85d9b0ffe Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
Change-Id: I95790ee52f46fe43a3c86dbb163d6c6737398d1c Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
Update che-mount to not enter any docker image password (or username) (it requires to build che-action, che-dir and che-mount images) on macos : to connect to local che
with remote server (that has workspace ssh keys enabled):
|
on macos : with che docker run --cap-add SYS_ADMIN --device /dev/fuse -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/mnthost -ti codenvy/che-mount:nightly <workspace-name> with remote server (that has workspace ssh keys enabled) docker run --cap-add SYS_ADMIN --device /dev/fuse -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/mnthost -ti codenvy/che-mount:nightly <workspace-name> --url=https://<myserver> --user=<my-email> --password <my-password> Change-Id: I0bcface53561b436c8be126f22cf802610aa594d Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
Change-Id: I7cc2f3c7dd0fde1e62e22f9a6e81a344c2d2e3cc Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
Change-Id: I01ef52ca148c74f28b289d5b0e6374bb8a398b2a Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
+1 - looks good. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change-Id: Ic30f26592fa8cf002fbdc9a23c748062be7d18e0
Signed-off-by: Florent BENOIT fbenoit@codenvy.com