Certain other repository management tools, such as Gitolite, allow a user to see what repositories they have access to by passing info
to the SSH command.
For example, ssh [email protected] info
The result is a list of repositories.
This is really useful not only for command-line users but also for quickly verifying what access someone has.
Could Gitea support this?
I would like move this issue to https://github.com/go-gitea/tea.git
@lunny that's not related to tea, that's a gitea core feature request...
@tboerger oh, right!
Please see how gitolite implements this:
http://gitolite.com/gitolite/user.html
https://github.com/sitaramc/gitolite/tree/master/src/commands
Apart from listing repositories, it supports multiple simple operations that can be performed using ssh:
Most helpful comment
@lunny that's not related to tea, that's a gitea core feature request...