Home
Posts
Snippets
Software
Adding your public ssh-key to a remote server
September 2019
ssh-copy-id -i ~/.ssh/mykey user@host
For more information see
here
.