I am serving a private Debian package repository via SFTP to handle Access for users.
Now on the client side I would like to do:
deb sftp://user@host: ...
But there is no SFTP method available only ssh (and http etc.). But this would mean I have to allow shell login, which is a thing I would like to avoid.
I found this bug (8 Years old) which describes exactly what I am trying to achieve, but it seems abandoned.. Is there a solution/workaround?