Ssh-copy-id

From Linuxintro

ssh-copy-id is a command to copy a key for passwordless logins to another server. If successful, it will create a trust relationship between your computer and another so that you can log in without a password.

Example

ssh-copy-id -i .ssh/id_dsa.pub root@server