If ssh key (~/.ssh/id_rsa*) is not available, create new
$ ssh-keygen
Copy the public key to remote host
$ ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<remote-host>
If ssh key (~/.ssh/id_rsa*) is not available, create new
$ ssh-keygen
Copy the public key to remote host
$ ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<remote-host>