2018-05-06-use-ssh-without-password
Overview
1. Generate a ssh key in your workstation
$ ssh-keygen -t rsa2. Look at the Aliases section
3. Connect via ssh to each of the PCs by using cob1, cob2, cob3
cob1, cob2, cob34. Create authorized_keys-files
$ touch ~/.ssh/authorized_keys5. Copy the public part of your ssh key into authorized_keys-files of each PC
6. Copy the public part of each PC (cob1, cob2 and cob3) to the other PCs.
cob1, cob2 and cob3) to the other PCs.See also
Last updated
Was this helpful?