guyzmo/git-repo

Add SSH key upload feature

Open

#22 创建于 2016年6月3日

在 GitHub 查看
 (1 评论) (2 反应) (1 负责人)Python (837 star) (86 fork)batch import
enhancementgood first issuehelp wantedin progress

描述

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.

贡献者指南