Scenario
To log into “Server A” from “Server B” without using passwords. Users for both the server will be “root”
Process
Login to “Server B” as root user and generate key for the root user. No need to enter any passphrase while generating this key.
ssh-keygen -t rsa
Once the key is generated, copy the …











