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
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
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
-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
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
-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
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
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
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
9 matches
Mail list logo