Gitea: Allow ssh info command to list repositories available

Created on 19 Oct 2018  路  4Comments  路  Source: go-gitea/gitea

Description

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?

kinproposal

Most helpful comment

@lunny that's not related to tea, that's a gitea core feature request...

All 4 comments

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:

  • creating a repo
  • deleting a repo
  • forking a repo
  • mirroring a repo
Was this page helpful?
0 / 5 - 0 ratings

Related issues

lunny picture lunny  路  3Comments

BRMateus2 picture BRMateus2  路  3Comments

kolargol picture kolargol  路  3Comments

jakimfett picture jakimfett  路  3Comments

jonasfranz picture jonasfranz  路  3Comments