git-repo icon indicating copy to clipboard operation
git-repo copied to clipboard

Add SSH key upload feature

Open guyzmo opened this issue 9 years ago • 1 comments

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.

guyzmo avatar Jun 03 '16 13:06 guyzmo

(needs to have tests written)

guyzmo avatar Nov 19 '17 15:11 guyzmo