Skip to content

Tags: serversideup/docker-ssh

Tags

v3.2.0

Toggle v3.2.0's commit message
Update GitHub Actions workflow to use actions/checkout@v6 for improve…

…d functionality and compatibility.

v3.1.2

Toggle v3.1.2's commit message
Update GitHub Actions workflow to use latest action versions for Dock…

…er build and publish process, enhancing compatibility and performance.

v3.1.1

Toggle v3.1.1's commit message
Fix MOTD formatting in entrypoint script. Ref #11

v3.1.0

Toggle v3.1.0's commit message
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.

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v3.0.1

Toggle v3.0.1's commit message
Update Dockerfile to remove default SSH host keys and ensure secure S…

…SH setup

v3.0.0

Toggle v3.0.0's commit message
Enable MOTD and last login display in SSHD configuration

v3.0.0-beta3

Toggle v3.0.0-beta3's commit message
Enable MOTD and last login display in SSHD configuration

v3.0.0-beta2

Toggle v3.0.0-beta2's commit message
Fix duplicate tag issues

v3.0.0-beta1

Toggle v3.0.0-beta1's commit message
Fixed build order