RE: JSch connection issue with Maverick SSHD server

2014-10-10 Thread Baweja, Keshav
: Baweja, Keshav Sent: Tuesday, September 16, 2014 7:07 PM To: users@camel.apache.org Subject: RE: JSch connection issue with Maverick SSHD server Hello JSch has configuration parameters to set compression algorithm for client to server and server to client transport. compression.c2s

Re: JSch connection issue with Maverick SSHD server

2014-09-20 Thread Claus Ibsen
-Original Message- From: Guillaume Nodet [mailto:gno...@apache.org] Sent: Monday, September 15, 2014 2:15 PM To: users@camel.apache.org Subject: Re: JSch connection issue with Maverick SSHD server Your server is configured with zlib compression only, while the client only supports compression

Re: JSch connection issue with Maverick SSHD server

2014-09-20 Thread Pontus Ullgren
...@jpmorgan.com.INVALID] Sent: Monday, September 15, 2014 2:30 PM To: users@camel.apache.org Subject: RE: JSch connection issue with Maverick SSHD server Thanks for your reply Nodet, The sftp server is hosted externally and is outside our infrastructure. I can't make any changes to the server, and need

RE: JSch connection issue with Maverick SSHD server

2014-09-16 Thread Baweja, Keshav
To: users@camel.apache.org Subject: RE: JSch connection issue with Maverick SSHD server Thanks for your reply Nodet, The sftp server is hosted externally and is outside our infrastructure. I can't make any changes to the server, and need to make client work with the server configuration. Would you

Re: JSch connection issue with Maverick SSHD server

2014-09-15 Thread Guillaume Nodet
Your server is configured with zlib compression only, while the client only supports compression none, so there's a mismatch and both can't talk to each other. You need to configure the server with both zlib *and* none compression factories. 2014-09-15 7:39 GMT+02:00 Baweja, Keshav

RE: JSch connection issue with Maverick SSHD server

2014-09-15 Thread Baweja, Keshav
[mailto:gno...@apache.org] Sent: Monday, September 15, 2014 2:15 PM To: users@camel.apache.org Subject: Re: JSch connection issue with Maverick SSHD server Your server is configured with zlib compression only, while the client only supports compression none, so there's a mismatch and both can't talk