What version of SSH are you running on the linux box? I would guess that it is old or perhaps not OpenSSH. The error you are seeing is probably becuase the Diffie-Hellman key exchange method is not supported on the remote side.
-Rob Anderson > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 9:04 AM > To: [EMAIL PROTECTED] > Subject: scp and NoSuchAlgorithmException > > > Hi, > > I'm trying to scp using <scp ...> from Win2000 to a Linux > server and i get the following message: > > java.security.NoSuchAlgorithmException: Algorithm DH not available > > I'm running ant 1.6.1 and using jsch-0.1.13 and java 1.4.2. > Anyone has any idea why I get this message. > > I can scp to the same server using cygwin from the same win2000 box. > > Thanks, > > Alain > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
