Hi,
I have local machine with Ubuntu 14.04 and Centos 6.5, I want to login with password less
I mean I want to login like AWS EC2 Instance, when you creating a New Instance with AWS, they will provide a PEM key, that will be convert to PPK to login via Putty, I want the same scenario to login my local machine.
Please share your ideas to do thanks.
It takes only 5 steps to setup SSH Passwordless login between two servers using private and public key as described in our article at:
http://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/
Just go through it and you have SSH login without needed to enter password in just no timeā¦
Your tutorial is nice, thanks got access the with password less
Thank You