AA-1-Valaxy DevOps Project
7.How to Login to EC2 instance Using without convertion Key with MobaXterm
putty login as
ec2-user@ec2-3-90-2-119.compute-1.amazonaws.com
sudo su -
useradd NAVEEN
passwd NAVEEN
ENTER PASWRD: 12345 Same agin
cd /etc/ssh
ls
vi sshd_config ( Shift-z-z Save your file and exit the vi editor )
or
nano sshd_config .. cntrol + o and Enter ... Cntrol + X
service sshd restart
........Login as New User With Password Dirty From Putty..
Putty Login AS
NAVEEN@ec2-3-90-2-119.compute-1.amazonaws.com
Enter password : 12345
7.How to Login to EC2 instance Using without convertion Key with MobaXterm
putty login as
ec2-user@ec2-3-90-2-119.compute-1.amazonaws.com
sudo su -
useradd NAVEEN
passwd NAVEEN
ENTER PASWRD: 12345 Same agin
cd /etc/ssh
ls
vi sshd_config ( Shift-z-z Save your file and exit the vi editor )
or
nano sshd_config .. cntrol + o and Enter ... Cntrol + X
service sshd restart
........Login as New User With Password Dirty From Putty..
Putty Login AS
NAVEEN@ec2-3-90-2-119.compute-1.amazonaws.com
Enter password : 12345
Comments
Post a Comment