diff --git a/images/docker-openssh-server/index.html b/images/docker-openssh-server/index.html
index 8e2ffe4c1d..8c214a1b19 100644
--- a/images/docker-openssh-server/index.html
+++ b/images/docker-openssh-server/index.html
@@ -67,4 +67,4 @@
--pull \
-t lscr.io/linuxserver/openssh-server:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 12.06.23: - Rebase to Alpine 3.18, deprecate armhf. As announced here
- 05.03.23: - Rebase to Alpine 3.17.
- 18.10.22: - Fix wrong behavior of password/passwordless sudo
- 11.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 15.09.22: - add netcat-openbsd with support for proxies.
- 18.07.22: - Fix service perms to comply with upgrade to s6 v3.
- 16.04.22: - Rebase to alpine 3.15.
- 16.11.21: - Add PUBLIC_KEY_URL option
- 28.06.21: - Rebasing to alpine 3.14. Add support for PAM.
- 10.02.21: - Rebasing to alpine 3.13. Add openssh-client for scp.
- 21.10.20: - Implement s6-log for openssh, which adds local timestamps to logs and can be used with a log parser like fail2ban.
- 20.10.20: - Set umask for sftp.
- 01.06.20: - Rebasing to alpine 3.12.
- 18.01.20: - Add key generation script.
- 13.01.20: - Add openssh-sftp-server.
- 19.12.19: - Rebasing to alpine 3.11.
- 17.10.19: - Initial Release.