Re: rsync won't stop password prompt

2005-08-31 Thread Bob Proulx
Ken Irving wrote: > Bob Proulx wrote: > > If you want automated batch mode use of ssh you will need to use ssh > > keys without a passphrase. Because the files are not encrypted and do > > not have a passprase they must be protected with filesystem level > > protection. Any user that can read tho

Re: rsync won't stop password prompt

2005-08-31 Thread Ken Irving
On Fri, Aug 19, 2005 at 12:03:29AM -0600, Bob Proulx wrote: > Rob Brenart wrote: > > I'm trying to script an rsync process and I keep getting the password > > prompt... here's my "script" > > > > ... > ... > > If you want automated batch mode use of ssh you will need to use ssh > keys without a

Re: rsync won't stop password prompt

2005-08-18 Thread Bob Proulx
Rob Brenart wrote: > I'm trying to script an rsync process and I keep getting the password > prompt... here's my "script" > > rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync The --password-file option is not useful with ssh as the transport. See the man page: --passw

Re: rsync won't stop password prompt

2005-08-18 Thread Niklas Schönberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Brenart wrote: > Niklas Schönberg wrote: > > Rob Brenart wrote: > > I'm trying to script an rsync process and I keep getting the password prompt... here's my "script" rsync -avz -e /usr/bin/ssh --password-file=/home/username

Re: rsync won't stop password prompt

2005-08-18 Thread michael
Quoting Rob Brenart <[EMAIL PROTECTED]>: I'm trying to script an rsync process and I keep getting the password prompt... here's my "script" rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync /home/user/test/ host:/home/username/test And it works fine, but it prompts me for

Re: rsync won't stop password prompt

2005-08-18 Thread Niklas Schönberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Brenart wrote: > I'm trying to script an rsync process and I keep getting the password > prompt... here's my "script" > > rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync > /home/user/test/ host:/home/username/test > > And it w

Re: rsync won't stop password prompt

2005-08-18 Thread Rob Brenart
Niklas Schönberg wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Brenart wrote: I'm trying to script an rsync process and I keep getting the password prompt... here's my "script" rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync /home/user/test/ host:/home/userna

Re: rsync won't stop password prompt

2005-08-18 Thread Clive Menzies
On (18/08/05 15:56), Rob Brenart wrote: > I'm trying to script an rsync process and I keep getting the password > prompt... here's my "script" > > rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync > /home/user/test/ host:/home/username/test > > And it works fine, but it prompt

rsync won't stop password prompt

2005-08-18 Thread Rob Brenart
I'm trying to script an rsync process and I keep getting the password prompt... here's my "script" rsync -avz -e /usr/bin/ssh --password-file=/home/username/pwd.rsync /home/user/test/ host:/home/username/test And it works fine, but it prompts me for a password even though I'm using --passwor