scp vs scpexe

2005-04-22 Thread Steve Molloy
I have a bit of a problem understanding why these 2 (scp and scpexe) behave so differently. I know the scpexe actually calls the command while the other runs from java, but with my setup (Fedora Core 3, jdk 1.5, maven 1.0.2), the scpexe takes a very long time to complete, but works every single

Re: scp vs scpexe

2005-04-22 Thread Steve Molloy
Wow, the change in sshd_config had no effect (I think Protocol 2,1 is actually default), but turning on nscd seems to have solved my problem... Thanks! Steve On Fri, 2005-22-04 at 11:10 -0400, eblack wrote: It probably has more to do with the authentication method on the server. Our

Re: scp vs scpexe

2005-04-22 Thread Brett Porter
Steve, I think the SSH_MSG_DISCONNECT problem can be solved by upgrading the dependency on jsch. Cheers, Brett On 4/23/05, Steve Molloy [EMAIL PROTECTED] wrote: Wow, the change in sshd_config had no effect (I think Protocol 2,1 is actually default), but turning on nscd seems to have solved my