destination machine.
The rsync user gets only one authentication prompt, then enter their PIN,
and all is well.
Thank you all - for all of your help!
Forwarded message:
> From rotten Fri Jan 5 09:15:55 2001
> Subject: two passwords
> To: [EMAIL PROTECTED]
> Date: Fri, 5 Jan 2001 09:15:55 -05
>>>>> " " == Rick Otten <[EMAIL PROTECTED]> writes:
> Hello rsync gurus, Quick question:
> I am trying to rsync onto a machine which requires two
> passwords (using ssh as the transport). First is a regular
> password, the second
>
> Yes, that feature would do the trick.
> The way to test this is to write a little wrapper script which just reads
> for any garbage, and install it as your shell on the remote machine.
>
> I don't have a pair of machines I can do this on at the moment or I'd
> try it.
>
> Something like:
>
Yes, that feature would do the trick.
The way to test this is to write a little wrapper script which just reads
for any garbage, and install it as your shell on the remote machine.
I don't have a pair of machines I can do this on at the moment or I'd
try it.
Something like:
echo 'prompt :'
On Fri, Jan 05, 2001 at 10:19:34AM -0500, Rick Otten wrote:
> > Yes, the error message is coming because ssh is terminating early but I
> > don't think that the advice that Jason goes on to give (using extra keys,
> > expect, etc) is correct. There is no reason why rsync can't handle a
> > double
Well I installed the ssh keys to try it out.
I'm still not getting that second password prompt. :-(
(I don't get the first one now either, of course.)
I just get the read error.
I think the shell is executing on the remote side after we complete
authentication. The shell then does its own pass
Dave is right, when we use rsync it's with the -e flag and users are simply
promted for password(s).
For example we use:
rsync -vvrtz --delete -e "ssh -l username" --stats \
--include "*/" --include "*.xml" --include "*.xsl" --exclude "*" \
--rsync-path=/datastore/rsync/bin/rsync \
slowlaris:
>
> On Fri, Jan 05, 2001 at 09:49:33AM -0500, Rick Otten wrote:
> > > Rick Otten wrote:
> > >
> > > > Hello rsync gurus,
> > > >
> > > > Quick question:
> > > >
> > > > I am trying to rsync onto a machine w
On Fri, Jan 05, 2001 at 09:49:33AM -0500, Rick Otten wrote:
> > Rick Otten wrote:
> >
> > > Hello rsync gurus,
> > >
> > > Quick question:
> > >
> > > I am trying to rsync onto a machine which requires two passwords (using
> > &g
gt;
> Rick Otten wrote:
>
> > Hello rsync gurus,
> >
> > Quick question:
> >
> > I am trying to rsync onto a machine which requires two passwords (using
> > ssh as the transport).
> > First is a regular password, the second is a Secu
Hello rsync gurus,
Quick question:
I am trying to rsync onto a machine which requires two passwords (using
ssh as the transport).
First is a regular password, the second is a SecurID PIN.
I suspect this is why my rsync isn't working. Is this a good suspicion?
Error me
11 matches
Mail list logo