Re: ANT SCP Via a Java App

2006-05-09 Thread Atsuhiko Yamanaka
Hi, 2006/5/9, Gareth Kelly <[EMAIL PROTECTED]>: Works fine when passing in username and password. I set up a trusted connection by creating a public/private key pair and appending the identity.pub to the remote authorized_keys. The internal ssh client can not understand ssh1 public/private key

RE: ANT SCP Via a Java App

2006-05-09 Thread Anderson, Rob (Global Trade)
[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 4:02 AM > To: 'user@ant.apache.org' > Subject: ANT SCP Via a Java App > > Hi, > Not sure if this is the correct mailing list, but hopefully > someone can help me. > I have been using the ant and ant-jsch.jar in a j

ANT SCP Via a Java App

2006-05-09 Thread Gareth Kelly
Hi, Not sure if this is the correct mailing list, but hopefully someone can help me. I have been using the ant and ant-jsch.jar in a java app to scp files from one machine to another. Works fine when passing in username and password. I set up a trusted connection by creating a public/private key