0

Folks, Trying to use pygithub3 to connect to our github repos. I need to use local ssh keys to make the connection, not tokens or u/p as in the docs. Is this possible?

The doc do not seem to list the option to auth in with id_rsa

I see another slashdot example using u/p auth. Is there a way to feed in a custom id_rsa file to use?

Community
  • 1
  • 1
Cmag
  • 14,946
  • 25
  • 89
  • 140
  • What about the linked example is "slashdot"? – das-g Jan 27 '16 at 21:53
  • 1
    `pygithub3` does not offer `ssh` key authentication because the [GitHub API](https://developer.github.com/v3/#authentication) only supports `Basic` and `OAUTH2` authentication. – flaschbier Jan 27 '16 at 22:01

0 Answers0