guyzmo/git-repo

Add SSH key upload feature

Aberta

#22 aberto em 3 de jun. de 2016

 (1 comentário) (2 reações) (1 responsável)Python (91 forks)batch import
enhancementgood first issuehelp wantedin progress

Métricas do repositório

Stars
 (854 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador