Copy Your SSH Keys to a Remote Host Automatically
January - 2016
You can use this to easily copy your SSH keys up a remote server
ssh-copy-id 'user@remotehost'
The command is included in the openssh package. If you've got that, you're good to go.