Pages

Google Ads

Showing posts with label How to SSH to Amazon EC2 ubuntu instance without using keypair. Show all posts
Showing posts with label How to SSH to Amazon EC2 ubuntu instance without using keypair. Show all posts

Monday, May 19, 2014

How to SSH to Amazon EC2 ubuntu instance without using keypair

How to SSH to Amazon EC2 ubuntu instance without using keypair?

sudo vi /etc/ssh/sshd_config

Change from:

# Change to no to disable tunnelled clear text passwords
PasswordAuthentication no

To:

# Change to no to disable tunnelled clear text passwords
PasswordAuthentication yes


sudo service ssh reload