django - permission denied (publickey) - AWS EC2 -
i trying django app running on amazon ec2. have .pem file saved in root of django project.
when try this
chmod 600 oby.pem ssh -i oby.pem ubuntu@52.0.215.90
in mac terminal, receive error: permission denied (publickey).
- to begin, saving
oby.pem
file in right location? if not, should go? - furthermore, necessary steps correctly set ssh key?
thank you!
Comments
Post a Comment