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