docker-ssh icon indicating copy to clipboard operation
docker-ssh copied to clipboard

Simple SSH container. Great for secure connections into clusters.

Results 3 docker-ssh issues
Sort by recently updated
recently updated
newest added

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.