guyzmo/git-repo

Add SSH key upload feature

Open

#22 aperta il 3 giu 2016

Vedi su GitHub
 (1 commento) (2 reazioni) (1 assegnatario)Python (86 fork)batch import
enhancementgood first issuehelp wantedin progress

Metriche repository

Star
 (837 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

add a command to upload SSH keys to the service, something like:

git <target> ssh push <ssh-public-key-file>
git <target> ssh ls
git <target> ssh delete <ssh-public-key-id>

the whole point being to make it easy to generate a new key (or even rotate keys!) or revoke an old key with the CLI.

Guida contributor