-
Notifications
You must be signed in to change notification settings - Fork 404
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
dbclient: unable to connect to github #140
Comments
The IPV6_TCLASS message is just a warning that it can't set priority, it won't close. What is the full commandline or program connecting to github? It looks like github are rejecting it.
|
I tried adding ipv6 in kernel. I still get the same "Protocol not available" in the debug log. You may be right, but - just to make sure it's not ipv6 - what else do I need to eliminate that error?
|
What do you get if you just run I get
|
dbclient: Connection to git@github.com:22 exited: Remote closed the connection
This is how it appears on screen. The console is unusable after this, but that's anonther issue. |
I don't see why it wouldn't work, I've put in a GitHub ticket #1407998 (I can't CC you) |
If it helps, dropbear configure command was this:
and config file was this:
|
Hi. Sorry for adding noise! Is there any news from the ticket you sent? I'm on Alpine with the I tried ssh to other Git services (Gitea, Gitlab), they all work fine with the same key. Here is the configuration from the Alpine build:
I will try to build a debug binary and get a trace in the next few days. |
I'll close this, if anyone has further information from Github support please reopen/reply. |
Gentoo Linux, kernel without IPv6, dropbear v2020.81 with debug option.
I can't connect to github. This is the log.
Notice the error: Couldn't set IPV6_TCLASS (Protocol not available)
Is IPv6 required for dropbear client to work?
The text was updated successfully, but these errors were encountered: