-
Notifications
You must be signed in to change notification settings - Fork 73
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
ed25519 key auth fails with FileError #178
Comments
Hi there, Thanks for the interest and report. This is a known issue with Use |
Does not work, same behavior. Any other suggestions? |
Yes, also tested. I've not found a way to make Can also use the high level client |
Reference ParallelSSH/parallel-ssh#285
Most probably a bug with upstream libssh2. Needs C test case and tracing output to investigate and raise with libssh2. |
Hello @pkittenis! |
Hello again, @pkittenis It seems the issue was fixed in the latest version of libssh2. Is there a chance to update libssh2 on this repository as well? |
Pending new release of libssh2 that contains the fix. 1.10.0 is so far the latest version and it does not contain the fix. |
Bug reports
Steps to reproduce:
Expected behaviour: Successful connection,
(5, b'test\n')
output.Actual behaviour:
ssh2.exceptions.FileError
. Using a RSA key performs as expected.Additional info: ssh2-python version
0.27.0
, Windows 10 x64, Python 3.10.Possible cause - the OpenSSL version bundled with the PyPI packages might be outdated on some platforms. EdDSA support was included in 1.1.1 (https://www.openssl.org/blog/blog/2018/09/11/release111/)
The text was updated successfully, but these errors were encountered: