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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -