GitHub user justinwrobel opened a pull request: https://github.com/apache/camel/pull/993
camel-sftp: Permanently added 'X' (RSA) to the list of known hosts. This fixes the "Permanently added 'X' (RSA) to the list of known hosts." warning message by using the users home. This was fixed for ssh but not for sftp in CAMEL-8202 * Updated sftp to use user's home .ssh/known_hosts file by default * 'Implemented' updateFileHeaders as log messages You can merge this pull request into a Git repository by running: $ git pull https://github.com/justinwrobel/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/993.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #993 ---- commit a11fc53c54e584e352c0d1d1c4c59e2a75260168 Author: Justin Wrobel <justin.wro...@laureate.net> Date: 2016-05-23T01:35:02Z camel-sftp: Permanently added 'X' (RSA) to the list of known hosts. This fixes the "Permanently added 'X' (RSA) to the list of known hosts." warning message by using the users home. This was fixed for ssh but not for sftp in CAMEL-8202 * Updated sftp to use user's home .ssh/known_hosts file by default * 'Implemented' updateFileHeaders as log messages ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---