Displaying 1 result from an estimated 1 matches for "publicats".
Did you mean:
publicas
2004 Mar 11
1
rsync + ssh: fails from cron
...My ssh set up, on both 'work' and 'home' machines uses the
private-public key authentication (key uses non-empty
passphrase). So from the 'home' shell prompt the following
works without prompting to password or passphrase:
rsync -avz --delete -e ssh remote.work.machine:publicats $HOME/work
>From cron, however, I am prompted for a password, though.
I have seen several posts in this regard on the list. Some
mentioned using keys with no passphrases -- the others I was not
able to understand at all due to my incompetence.
Is there a way to use a key with no passphrase...