If the ssh-copy-id command fails. We have to manually copy the key onto the cluster: On a local terminal, open the id_rsa.pub file with a file text editor (nano, vim, cat). Copy the content On the cluster, locate your .ssh directory in your home and create a new file called “authorized_keys” Paste the contents of id_rsa.pub into the “authorized_keys”
|