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/05/18 13:08:58 UTC

[camel] branch camel-3.14.x updated: Camel-Jsch: Set the strictHostChecking parameter really to "no" as default value

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 771d052daef Camel-Jsch: Set the strictHostChecking parameter really to "no" as default value
771d052daef is described below

commit 771d052daefd1e3208d78671014cada0d797974a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 18 11:51:51 2022 +0200

    Camel-Jsch: Set the strictHostChecking parameter really to "no" as default value
---
 .../src/main/java/org/apache/camel/component/scp/ScpConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpConfiguration.java b/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpConfiguration.java
index f1ef8d3252c..10164465204 100644
--- a/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpConfiguration.java
+++ b/components/camel-jsch/src/main/java/org/apache/camel/component/scp/ScpConfiguration.java
@@ -41,7 +41,7 @@ public class ScpConfiguration extends RemoteFileConfiguration {
     @UriParam(label = "security", secret = true)
     private String privateKeyFilePassphrase;
     @UriParam(enums = "no,yes", defaultValue = "no")
-    private String strictHostKeyChecking;
+    private String strictHostKeyChecking = "no";
     @UriParam(defaultValue = DEFAULT_MOD)
     private String chmod = DEFAULT_MOD;
     // comma separated list of ciphers.