docker-ssh
docker-ssh copied to clipboard
Simple SSH container. Great for secure connections into clusters.
Hi! I really appreciate this repo as it simplifies the process of bastion sshd setup and user management. I noticed that when the container starts, it copies the authorized_keys file...
It would be beneficial to **automatically prefix each SSH public key with restrictive option** like `no-pty`. Update the entrypoint or key generation logic to wrap each key in `AUTHORIZED_KEYS` with...
Add example environment variables for docker-shh configuration.