comment: You might have to create a key for ssh using ssh-keygen
Once a key for the desired remote host is added no password
is needed for the remote execution of the client
I.
ssh-keygen -t dsa
II.
cd ~/.ssh
III.
cat id_dsa.pub >> authorized_keys2