Re: Problem with ssh under camel 2.19.0 (BUMP)

2017-07-27 Thread Onder SEZGIN
Hi Daniel, It seems in camel-ssh component, the ssh sessions and channels should be created with right options to enforce known_hosts awareness. Not sure if this is supported yet. For now it seems, keyverifier somehow passes through the lines as below. https://github.com/apache/mina-sshd/blob/ma

RE: Problem with ssh under camel 2.19.0 (BUMP)

2017-07-25 Thread Daniel.Thibault
Using Camel-ssh, every time I connect to an ssh target, I have this message: [sshd-SshClient[5be46f9d]-nio2-thread-1] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at /: presented unverified EC key: ac:...:6a Is there any way to get rid of this? I'd have expected a

RE: Problem with ssh under camel 2.19.0

2017-07-17 Thread Thibault, Daniel
-Message d'origine- De : Claus Ibsen [mailto:claus.ib...@gmail.com] Envoyé : 16 juillet 2017 03:16 À : users@camel.apache.org > > You should use the versions of the JARs that Apache Camel is built with. > > When you use Maven you get this "for free" here is what camel-ssh has a > dependen

Re: Problem with ssh under camel 2.19.0

2017-07-16 Thread Claus Ibsen
Hi You should use the versions of the JARs that Apache Camel is built with. When you use Maven you get this "for free" here is what camel-ssh has a dependency:tree [INFO] org.apache.camel:camel-ssh:jar:2.20.0-SNAPSHOT [INFO] +- org.apache.camel:camel-core:jar:2.20.0-SNAPSHOT:compile [INFO] | \