Is it possible to run a git server over ssh, using authorized_keys and command= to restrict access to only the git repositories, without using gitosis/
authorized_keys
command=
Yes, assign the git shell as the login shell for all users which shall only have git access.