Skip to content
Discussion options

You must be logged in to vote

Hey @MegaMotion ! I'm not sure IAM is what's holding up your access to the instance. When you create your keypair for the steps outlined in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair
you need to then use that keypair to log into the server. Should be something like ssh-add -K ~/.ssh/yourkeyfile after running that, you should be able to log in as it will reference the file you pointed to. I've had issues in the past with other identities getting in the way so if you suspect that, run ssh-add -D to remove all of your identities, then the above ssh-add command.

You likely have another auth layer to set up also. In /admin go to the s…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@MegaMotion
Comment options

@MegaMotion
Comment options

@johnshaughnessy
Comment options

@robinkwilson
Comment options

Answer selected by MegaMotion
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants