-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
che-incubator/che-code
#560Labels
area/udiIssues and PRs related to the universal developer image https://github.com/devfile/developer-imagesIssues and PRs related to the universal developer image https://github.com/devfile/developer-imageskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Description
Is your task related to a problem? Please describe
It is a part of VS Code desktop flow, but it is better to decouple as a separate feature.
In general, as a user I want to open a terminal on my laptop and connect to a container in a running workspace via SSH.
Describe the solution you'd like
For that we need
- add ssh service ( openssh-server ) to universal developer image
- configure sshd to be able to run in rootless mode
- expose TCP port 21 (or 2121) to allow external connections
zimagen and azatsarynnyy
Metadata
Metadata
Assignees
Labels
area/udiIssues and PRs related to the universal developer image https://github.com/devfile/developer-imagesIssues and PRs related to the universal developer image https://github.com/devfile/developer-imageskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Type
Projects
Status
Done
Status
✅ Done