Re: sshexec with keyfile

2005-08-19 Thread Mark Lybarger
riginal Message- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 19, 2005 7:07 AM > > To: Ant Users List > > Subject: Re: sshexec with keyfile > > > > > > so then on the local server (the one trying to run the > >

RE: sshexec with keyfile

2005-08-19 Thread Anderson, Rob (Global Trade)
: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent: Friday, August 19, 2005 7:07 AM > To: Ant Users List > Subject: Re: sshexec with keyfile > > > so then on the local server (the one trying to run the > sshexec task),i need > to have the private key from the remo

Re: sshexec with keyfile

2005-08-19 Thread Steve Loughran
Mark Lybarger wrote: so then on the local server (the one trying to run the sshexec task),i need to have the private key from the remoteserver? i've pulled from the remoteserver the ~/.ssh/id_dsa (the private key). and also placed it into the same folder as the build script that is running the

Re: sshexec with keyfile

2005-08-19 Thread Mark Lybarger
so then on the local server (the one trying to run the sshexec task),i need to have the private key from the remoteserver? i've pulled from the remoteserver the ~/.ssh/id_dsa (the private key). and also placed it into the same folder as the build script that is running the sshexec task. it's st

Re: sshexec with keyfile

2005-08-19 Thread Steve Loughran
Mark Lybarger wrote: i'm trying to use sshexec with a keyfile. i generated a key on the remote server using the ssh-keygen -t dsa. this gave me a ~/.ssh/id_dsa and ~/.ssh/id_dsa.pub. i pulled the id_dsa.pub file to the remote machine from where i want to run the sshexec task. i put the file int

sshexec with keyfile

2005-08-19 Thread Mark Lybarger
i'm trying to use sshexec with a keyfile. i generated a key on the remote server using the ssh-keygen -t dsa. this gave me a ~/.ssh/id_dsa and ~/.ssh/id_dsa.pub. i pulled the id_dsa.pub file to the remote machine from where i want to run the sshexec task. i put the file into the and ant