Copying Your ssh id_rsa.pub to a remote server
·1 min
This is a quick one-liner to copy your id_rsa.pub file to a remote server.
$ ssh-copy-id [email protected]
And with that, you only have to enter your password once. Each subsequent connections will use your ssh keys.