Category: Linux
Linux Password Less SSH
- Login to source machine as user you want to connect as e.g. root
- Create public key
- Run the following commands to setup the remote machine and log into it via SSH
ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/id_rsa.pub root@[REMOTEIPADDRESS ssh root@[REMOTEIPADDRESS