On Mon, Aug 22, 2022 at 12:33:42PM +0200, Radwan Daoud wrote: > I want to install an old version of openssh server on my Debian 11. > I want to install Debian 9 ssh version on Debian 11 , is that possible: > [1]https://packages.debian.org/stretch/openssh-server > Please don't ask me , I want to do that > Thanks > Your question belongs on the debian-user list, not the debian-www list (which is about maintenance of Debian's websites).
Installing that older version of openssh directly on Debian 11 is likely to come with some issues related to dependecies. I would recommend that you create a chroot, docker container, or some other separate environment with Debian 9 and install the openssh-server packages there, where you will be certain to get all the dependencies automatically and without the possibility of disturbing other packages and their dependencies (which can happen when mixing packages from different Debian releases). Regards, -Roberto -- Roberto C. Sánchez