You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/22 16:09:35 UTC

[camel-kamelets] 04/04: SCP connector missing authentication options to use a private key

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c3f880dd3461287f2423f2586d983d8909b47374
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 22 17:07:03 2022 +0100

    SCP connector missing authentication options to use a private key
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 library/camel-kamelets/src/main/resources/kamelets/scp-sink.kamelet.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/scp-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/scp-sink.kamelet.yaml
index 2bd3adf7..5ec1d7d8 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/scp-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/scp-sink.kamelet.yaml
@@ -94,4 +94,3 @@ spec:
             privateKeyPassphrase: "{{?privateKeyPassphrase}}"
             strictHostKeyChecking: "{{?strictHostKeyChecking}}"
             useUserKnownHostsFile: "{{?useUserKnownHostsFile}}"   
-            strictHostKeyChecking: "no"