You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add health check to Dockerfile for SSH daemon
This update introduces a HEALTHCHECK instruction to the Dockerfile, ensuring that the SSH daemon is running properly. The health check runs every 30 seconds and verifies the process is active, enhancing the reliability of the Docker image.
Do not change ownership of host keys directory (#10)
This line was preventing me from mounting my own persistent host keys.
I also don't think it should be owned by the unprivileged tunnel user.