Skip to content
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

Broken on Erlang/OTP 25 #23

Open
axelson opened this issue Jan 2, 2023 · 1 comment · May be fixed by #24
Open

Broken on Erlang/OTP 25 #23

axelson opened this issue Jan 2, 2023 · 1 comment · May be fixed by #24
Assignees

Comments

@axelson
Copy link

axelson commented Jan 2, 2023

I've noticed that this library does not appear to work on Erlang/OTP 25. The keys are not being passed to the server, probably because of some changes to the PEM and crypto infrastructure.

axelson added a commit to axelson/ssh_client_key_api that referenced this issue Jan 2, 2023
axelson added a commit to axelson/ssh_client_key_api that referenced this issue Jan 2, 2023
axelson added a commit to axelson/ssh_client_key_api that referenced this issue Jan 2, 2023
axelson added a commit to axelson/ssh_client_key_api that referenced this issue Jan 2, 2023
@axelson axelson linked a pull request Jan 2, 2023 that will close this issue
@brienw brienw self-assigned this Jan 3, 2023
@axelson
Copy link
Author

axelson commented Jan 7, 2023

I think what happens here is that functions like :public_key.ssh_decode/2 have been removed in OTP 25. I didn't realize that was the problem at first because Erlang swallows the exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants