DEV Community

Discussion on: SSH to an EC2 instance from VS Code

Collapse
 
marcusturewicz profile image
Marcus Turewicz

Thanks for the post.

I was getting the error "permission 0644 are too open ssh" because I hadn't set my pem file to be only readable by me:

stackoverflow.com/a/9270753/6939988

After this, it worked.