-
Notifications
You must be signed in to change notification settings - Fork 665
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
ecdsa-sha2-nistp256 private key support #1375
Labels
Comments
Debugging + troubleshooting, I am also experiencing an error where this also does not work with |
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Aug 7, 2024
Key generated using ecdsa algorithm is causing issue for podman remote connection on podman desktop side because the library they consume doesn't have support for this algorithm. This PR is switching the ecdsa to ed25519 which is supported by the library consumed in podman desktop. [0] podman-desktop/podman-desktop#8351 [1] mscdex/ssh2#1375
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Aug 7, 2024
Key generated using ecdsa algorithm is causing issue for podman remote connection on podman desktop side because the library they consume doesn't have support for this algorithm. This PR is switching the ecdsa to ed25519 which is supported by the library consumed in podman desktop. [0] podman-desktop/podman-desktop#8351 [1] mscdex/ssh2#1375
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Aug 8, 2024
Key generated using ecdsa algorithm is causing issue for podman remote connection on podman desktop side because the library they consume doesn't have support for this algorithm. This PR is switching the ecdsa to ed25519 with openssh type which is supported by the library consumed in podman desktop. [0] podman-desktop/podman-desktop#8351 [1] mscdex/ssh2#1375
praveenkumar
added a commit
to crc-org/crc
that referenced
this issue
Aug 20, 2024
Key generated using ecdsa algorithm is causing issue for podman remote connection on podman desktop side because the library they consume doesn't have support for this algorithm. This PR is switching the ecdsa to ed25519 with openssh type which is supported by the library consumed in podman desktop. [0] podman-desktop/podman-desktop#8351 [1] mscdex/ssh2#1375
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I use 'ecdsa-sha2-nistp256' private key (ppk format), with passphrase:
On client.connect(), I have this error:
Cannot parse privateKey: Unsupported key format
The text was updated successfully, but these errors were encountered: