
Openssh Server
openssh-server is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
About
This container provides a secure, sandboxed SSH environment that allows controlled remote access to specific directories and processes. Unlike a full SSH server on the host system, this implementation isolates users to only the resources mapped into the container. It's designed f…