caprover / one-click-apps

Community Maintained One Click Apps (https://github.com/caprover/caprover)
Apache License 2.0
564 stars 550 forks source link

Update sshd app's image to the version-9.7_p1-r4 #1133

Closed jorups closed 4 months ago

jorups commented 4 months ago

The current version of sshd.yml contains very old base image for openssh-server (lscr.io/linuxserver/openssh-server:version-8.6_p1-r3). However, SSH tunnel mod (linuxserver/mods:openssh-server-ssh-tunnel) is already ported to the s6 v3 (https://github.com/linuxserver/docker-mods/tree/master?tab=readme-ov-file#new-v3-mods) and the base image doesn't work properly with the updated mod. More specifically mod does not modify the sshd_config file to make SSH tunnel work, hence manual modification of configuration was required. This should fix the issue https://github.com/caprover/one-click-apps/issues/1041

☑️ Self Check before Merge

githubsaturn commented 4 months ago

Thanks!