Re: SFTP Authentication issue

2014-07-08 Thread berdoni
Hi, integration finally works either by removing completely the preferredAuthentications option or adding the Keyboard-Interactive on preferredAuthentications. tnx -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-Authentication-issue-tp5753373p5753526.html Sent from

Re: SFTP Authentication issue

2014-07-08 Thread berdoni
Apache Camel uses JCraft JSCH for SFTP integration it seems that I have to search further only in Camel side and not on potential configuration of the FTP server. -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-Authentication-issue-tp5753373p5753502.html Sent from the

SFTP authentication issue

2013-02-28 Thread Richa
referredAuthentications", "publickey,keyboard-interactive,password"); Now it works fine. But I want to know is there some other way to solve this issue or programatically switch off the use of gssapi-with-mic? -- View this message in context: http://camel.465427.n5.nabble.com/SFTP-aut