Closed OmgImAlexis closed 3 years ago
Looks like this is the SSH server https://github.com/gliderlabs/ssh
You'll need to include higher debug output levels for OpenSSH to be sure.
Would level 3 be enough?
-vvv logs
Doesn't look like the same issue. The client is sending ext-info-c but the server never sends an SSH2_MSG_EXT_INFO message, which would contain server-sig-algs.
Can you post what you're passing to connect()
? The ssh2
debug output during the user authentication doesn't seem quite right.
Yep this was a bug with the object being passed to connect on my end.
I believe this is the same issue as #989 but I wanted to open a separate issue in case it's not.