Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 54892 invoked from network); 20 Mar 2003 19:39:43 -0000 Received: from fwick01.ex.morinda.com (HELO usmail01.morinda.com) (66.236.69.41) by daedalus.apache.org with SMTP; 20 Mar 2003 19:39:43 -0000 Received: from USMAIL03.morinda.com ([172.16.6.206]) by usmail01.morinda.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 20 Mar 2003 12:39:48 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????) Date: Thu, 20 Mar 2003 12:39:48 -0700 Message-ID: <783A3EE2AA17B349B869477606E922A658A26E@USMAIL04.morinda.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????) Thread-Index: AcLvAIz0dEhVwbOkRESn62xylzmPRgAF4XZA From: "Nathan Christiansen" To: "Ant Users List" X-OriginalArrivalTime: 20 Mar 2003 19:39:48.0334 (UTC) FILETIME=[778650E0:01C2EF18] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was unaware that other JCE implementations were available, I just=20 blindly trusted the JSch website (http://www.jcraft.com/jsch/) Lesson learned: Never underestimate the resourcefulness of an open=20 source hacker. :) -- Nathan Christiansen Tahitian Noni International http://www.tahitiannoni.com -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Thursday, March 20, 2003 9:47 AM To: user@ant.apache.org Subject: Re: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????) On Thu, 20 Mar 2003, Nathan Christiansen wrote: > It is also important to note that since JSch uses the JCE (Java=20 > Cryptography Extension) True. > it REQUIRES the use of JDK 1.4 or above. No. 1.2.2 and Bouncycastle's JCE work fine for me. Stefan