GitHub user the-james-burton opened a pull request: https://github.com/apache/camel/pull/1247
Added 'preferredAuthentications' option to camel-jsch This is a simple change to pass a new config option through to JSch. We need to set the 'preferredAuthentications' option to override the default order on our servers, specifically to prevent a kerberos password prompt being shown. More details here... http://stackoverflow.com/questions/29669459/skipping-kerberos-authentication-prompts-with-jsch Regards, James You can merge this pull request into a Git repository by running: $ git pull https://github.com/the-james-burton/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1247.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 #1247 ---- commit 2ebd233839e67413afafd8ab8a72e8e54cdde036 Author: James Burton <the.james.bur...@gmail.com> Date: 2016-11-03T14:30:34Z Added 'preferredAuthentication' option for camel-jsch ---- --- 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. ---