We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you pass in a null pointer for the public_key, libssh2 itself will generate a public key from the private key:
https://github.com/libssh2/libssh2/blob/482055695011fabb55f3cb7598356d47a0429068/src/userauth.c#L1520-L1530
It would be extremely handy to allow this in libssh2-hs.
Would you consider implementing this or accepting a PR if I did it?
The text was updated successfully, but these errors were encountered:
Hello. Yes, a PR would be welcome.
Sorry, something went wrong.
No branches or pull requests
If you pass in a null pointer for the public_key, libssh2 itself will generate a public key from the private key:
https://github.com/libssh2/libssh2/blob/482055695011fabb55f3cb7598356d47a0429068/src/userauth.c#L1520-L1530
It would be extremely handy to allow this in libssh2-hs.
Would you consider implementing this or accepting a PR if I did it?
The text was updated successfully, but these errors were encountered: