-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to authenticate SSH session #1139
Comments
if I also add the public key it's an infinite loop not stopping and re-trying |
@vlad-anger I saw you in a libgit2 PR. Can you help? or tag someone who can? |
@harilet Yes
|
so even though
|
I can push with killed ssh-agent. Cred callback with priv. key seems to be sufficient (which intuitively makes sense). But i'm not that knowledgeable & sure, It's |
I think the key and git remote are fine cause the my id_rsa is a publickey? |
You can name files how you want, but most likely It's private, public should be Btw do you have chance to test on linux machine | in vm, just to cut area of issue? |
my id_rsa starts with |
I'm not sure if issue is related to libgit2 + windows, or still tricky thing with your keys |
I am trying to push to a github repo using the ssh remote but I am getting an error
failed to authenticate SSH session: ; class=Ssh (23)
the code
and I am getting this output
and I am able to read the key file
can anyone help?
The text was updated successfully, but these errors were encountered: