sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

support ssh into the non-root single user "personal" version of cocalc-docker #181

Closed williamstein closed 1 year ago

williamstein commented 1 year ago

This can't just use service ssh start. Instead we need to start an sshd process as the user user. Also, we need to document how the semantics will be a different, e.g., you land in /home/user and also the ssh port can't be 22. That's it, and this shouldn't be too difficult otherwise.

williamstein commented 1 year ago

Done https://github.com/sagemathinc/cocalc-docker/discussions/182