I have several Google Compute Engine (GCE) instances up and running. I have a few scripts that pull information (log files, etc) from these instances, and a few others that push up files. I would like to automate more of this, but every time I connect to a compute engine instance I need to enter my password.
How do I setup rsync or ssh so I do not need a passoword, or alternatively, how do I feed my password into those programs?
Note that this was originally posted to SO but then moved over here.