Skip to content

Conversation

@rgrunber
Copy link
Collaborator

@rgrunber rgrunber commented Dec 3, 2025

This requires eclipse-che/che-operator#2066 (for the editor definiton part)

  • Use a volume, /sshd/ that can be used to share SSHD resources (/usr/sbin/sshd, /usr/bin/ssh-keygen, /etc/ssh sshd_config, sshd.start) across containers
  • Use nss_wrapper to ensure default (random) user has a login shell (instead of /sbin/nologin) and a writeable home folder
  • Set home folder to /var/tmp/user if container has set it to / in passwd and for HOME
  • Prepend exec to (final) SSHD daemon startup in script

- Set SSHD LogLevel from DEBUG3 to DEBUG1 for reduction in log file size
- Add basic documentation to CSS file

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@github-actions
Copy link

github-actions bot commented Dec 3, 2025

Click here to review and test in web IDE: Contribute

- Use a volume, /sshd/ that can be used to share SSHD resources
  (/usr/sbin/sshd, /usr/bin/ssh-keygen, /etc/ssh/sshd_config,
  sshd.start) across containers
- Use nss_wrapper to ensure default (random) user has a login shell
  (instead of /sbin/nologin) and a writeable home folder
- Set home folder to /var/tmp/user if container has set it to / in
  passwd and for HOME
- Prepend exec to (final) SSHD daemon startup in script

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant