Hello All,
 I have a Fedora instance running at Amazon EC2.Â
I log in into the instance using Keypair using following command:
 ssh -i key.pem root@instance.com
where key.pem is a keypair and instance.com is a running instance.
Â
I am able to log in into the system without the issues. But I want system to prompt for a password too along with keypair.
How to do it?The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Answers
So we decided to go with password login.
I edited the sshd_config file and set the:
PasswordAuthent ication Yes
And disabled the root login..