Sidebar

can we make SFTP connection with both private Key and password

0 votes
226 views
asked Feb 1, 2023 by satya-kiran-k-9137 (200 points)
SFTP connection using both password and private Key to establish the connection. how can we use both at once?

1 Answer

0 votes
While you cannot explicitly tell QIE to use both simultaneously, when using an RSA key for authentication QIE will use the password as the fallback option in case key authentication fails.

In the upcoming 5.23.1 release, we've made it easier to use keys with SFTP connections by allowing you to select a key that has been loaded into QIE, rather than relying on reading it from a file as a custom Apache Camel parameter.
answered Feb 1, 2023 by jon-t-7005 (7,590 points)
...