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
> >
: 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
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
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
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