1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
381 views
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.
by jon-t-7005 (8.2k points)
...