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

use winSCP.com utility to convert private key to ppk to launch winSCP #7398

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

artu-ole
Copy link
Contributor

Fixes #7204

Using winSCP.com utility that comes with winSCP to convert private key to ppk for winSCP connection for it's support of many different types of key types(RSA, DSA, ECDSA, Ed25519).
As an additional improvement it could show error message in case something goes wrong in a popup/modal rather than just in the console, but I didn't make that more involved change.

Tested with rsa, ecdsa and ed25519 keys in different formats, both password protected and passwordless(sshpk takes care of unencrypting the key beforehand).
Drop node-forge dependency as redundant.

@Eugeny
Copy link
Owner

Eugeny commented Nov 1, 2022

LGTM 👍

@Eugeny Eugeny merged commit 688b9de into Eugeny:master Nov 1, 2022
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 this pull request may close these issues.

Private key forwarding to winscp isn't working
2 participants