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 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
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..