How does Camel handle the SSH cert when connecting to SFTP servers?
Somehow it has to accept the cert provided by the server how does it do
that?

The docs say the default is:
strictHostKeyChecking=no

What does this mean?  Does this mean it will accept every cert?

What does strictHostKeyChecking=yes mean?

Where does Camel store the cert that it accepted?  Can we preempt this hole
process by manually accepting the cert with a different tool, eg.
puttyftp?  In this case there would have to be a shared location for the
cert...we are running camel on Windows so I think puttyftp stores the cert
in the registry.  Where does Camel/JSCH look for certs?

-Dave

Reply via email to