$ ssh-keygen -t rsa % this will generate a public key, if you don't have one already $ ssh-copy-id -i ~/.ssh/id_rsa.pub USERNAME@shell.berlios.de % the last command copies your public key into authorized_keys from the remote
(added by Dan Popovici)