pyftpsync icon indicating copy to clipboard operation
pyftpsync copied to clipboard

Support for SSH key pairs

Open JoeZiminski opened this issue 3 years ago • 1 comments

Thanks for this excellent package for syncing folder trees, it is exactly what we need for our project.

We want to use the private_key argument on pysftp.Connection for SSH key pairs previously configured using paramiko. I am planning to fork the repo and implement this, if it will be useful I am happy to do it as a PR, or maybe there is aready a way to do this that I have missed (we are planning to provide cross-platform support so would rather avoid using system keyrings).

JoeZiminski avatar Sep 12 '22 10:09 JoeZiminski

Hi Joe,

these arguments to pysftp.Connection are currently not used, but it would certainly be a good enhancement!

mar10 avatar Sep 13 '22 16:09 mar10

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 27 '23 00:05 github-actions[bot]