This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Public key authentication in SFTP connector #2660
Open
Description
This is a...
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
The problem
For SFTP we support username and password authentication, we
should also support public key authentication.
Expected behavior
Specify SSH private key instead of username and password to establish a connection to SFTP server.