Create ssh keys

ssh-keygen -t rsa

and set the permissions:
server$ chmod go-w ~/
server$ chmod 700 ~/.ssh
server$ chmod 600 ~/.ssh/authorized_keys