ssh key
From: matveevma <hidden>
Date: 2016-06-16 02:19:38
Hi, Can i add SSH id_rsa.pub to GIT by shell terminal? Thank you! Mikhail.
2 messages, 2 authors, 2016-06-20 · open the first message on its own page
From: matveevma <hidden>
Date: 2016-06-16 02:19:38
Hi, Can i add SSH id_rsa.pub to GIT by shell terminal? Thank you! Mikhail.
From: Konstantin Khomoutov <hidden>
Date: 2016-06-20 10:06:43
On Sat, 28 May 2016 16:47:06 +0300 matveevma [off-list ref] wrote:
Can i add SSH id_rsa.pub to GIT by shell terminal?
Hi! First things first: this list has nothing to do neither with Github nor with shells of any sort. Please note that Github it not Git, it rather is a hosting for Git projects, so if you have a Github-specific question please direct it to Github support channels [2, 3], thanks. As to the essence of your question, it appears that Github has a rich RESTful API, so you should be able to register your SSH key using `curl` or a similar tool using Github webAPI calls described in [1]. 1. https://developer.github.com/v3/repos/keys/ 2. https://help.github.com/ 3. https://github.com/contact