Possible Duplicate:
How to automate SSH login with password?
Is there a way to call ssh in a bash script and automatically feed it the password for the account?
e.g if i type
ssh owen@myserver.com /settings
it prompts me for a password. I want to avoid that!