문제

I have just set up a new cloudLinux AMI instance on AWS and have correctly ssh in from my terminal with the key pair. However it is requesting a password for the instance which I have not set. Any thoughts on how to ascertain this password so I can get into the server?

ssh -i root@<--Instance Public IP -->

terminal requests password: ?????

도움이 되었습니까?

해결책

A lot of AMI's don't let you log in as root. Try logging in as the user "ec2-user". ssh -i mypem.pem ec2-user@my-ip

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top