Setup a password less SSH Connectivity Quickly on Linux
We can use ssh to connect between servers, but many times it is required to setup a password less connectivity between the servers.
We can follow below steps to quickly setup password less ssh.
1) Generate ssh keys on Source system using below command.
ssh-keygen
ssh-copy-id userid@remote-host
It will prompt for password first time.
ssh ramkumar@lfcs.lab