Episode -6 -- AWS Interview Q&A Series
1. How can I access your Amazon Ec2 instance?
There are a number of ways to login to a Linux instance. One of the common ways is to connect a Linux instance from a Windows local machine using PuTTY.
To log onto a Linux instance, follow these steps:...
blog.cloudnloud.com4 min read
Pavan B
The use of a fixed root password for a public AMI is a security risk which can be quickly identi c a text editor to open/etc/ssh/sshd_config and locate the following line:#PermitRootLogin yes
Replace this line with: PermitRootLogin without-password ==> A 'No' should suffice ideally.