You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host ghub
HostName github.com
User git
IdentityFile ~/.ssh/git_rsa
And of course, I have running gpg to provide key passphrase caching through session.
Therefore git_rsa already contains my identity and provides passwordless access.
Is it possible to use git_rsa instead of token?
Is there really still need to provide github token anyway? What I don't understand about this?
How can be changed code to conduct all api transactions through using git_rsa mechanics?
The text was updated successfully, but these errors were encountered:
The GitHub token is for accessing the API. Is it possible to access the API using the git_rsa? If so, I can add support for that. API docs are here: https://developer.github.com/v3/
(Sorry, finals week and can't dig into it right this second)
I haven't found a way to do this, however it doesn't mean there isn't.
Hoped, you had investigated deeper before.
Ok, therefore currently the only way to use plugin with raw token at work in more secure way is to encrypt token in gpg container and then read through system call.
Something like this (lazy load for NeoBundle):
However, I somehow caused old bug #120 to resurrect :(
(Edit) Maybe, it related to way how my local credentials defined? See uppermost message.
Hope you look into issue after finals. Good luck!
All my repos have changed local credentials:
And symmetrical part in
~/.ssh/config
isAnd of course, I have running
gpg
to provide key passphrase caching through session.Therefore
git_rsa
already contains my identity and provides passwordless access.Is it possible to use
git_rsa
instead of token?Is there really still need to provide github token anyway? What I don't understand about this?
How can be changed code to conduct all api transactions through using
git_rsa
mechanics?The text was updated successfully, but these errors were encountered: