guyzmo/git-repo

Add SSH key upload feature

Ouverte

#22 ouverte le 3 juin 2016

 (1 commentaire) (2 réactions) (1 personne assignée)Python (91 forks)batch import
enhancementgood first issuehelp wantedin progress

Métriques du dépôt

Stars
 (854 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur