I have the following command in a script that is run via cron...
If i run it from the terminal (as root) without the -B flag it runs fine.Code:scp -2 -4 -B /root/backups/* xxxxx@ch-s011.rsync.net:VPS02/
If i run it in a script via root's crontab, with the -B flag, it errors with the following...
Code:Permission denied (publickey,keyboard-interactive). lost connection
Bookmarks