If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm trying to make a script to automatically backup my web site on a remote server. Here's my code (this is my first attempt at scripting so it might not be too good):
Originally posted by sliderule: Is there a way to automatically input my password for scp so I can run this as a cron script and I don't have to manually log in?
Set up public key authentication. Read the manual page for ssh-keygen for details.