[beagleboard] Need to automate beaglebone SSH client connection to an SSH server

If you regularly want to copy files from BB(B) to a server or vice
versa, then ask google for:
scp without password
or
rsync over ssh without password

Alternatively you could mount a partition on your Server from BB over
ssh (as well without password).

HTH