two passwords - resolved

2001-01-12 Thread Rick Otten
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

Re: two passwords

2001-01-05 Thread Goswin Brederlow
>>>>> " " == 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

Re: two passwords (fwd)

2001-01-05 Thread Rick Otten
> > 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: >

Re: two passwords

2001-01-05 Thread Rick Otten
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 :'

Re: two passwords

2001-01-05 Thread Dave Dykstra
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

Re: two passwords

2001-01-05 Thread Rick Otten
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

Re: two passwords

2001-01-05 Thread Jason Hammerschmidt
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:

Re: two passwords

2001-01-05 Thread Rick Otten
> > 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

Re: two passwords

2001-01-05 Thread Dave Dykstra
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

Re: two passwords

2001-01-05 Thread Rick Otten
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

two passwords

2001-01-05 Thread Rick Otten
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