Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS EC2 .pem file #164

Closed
basmoura opened this issue Jan 30, 2014 · 4 comments
Closed

AWS EC2 .pem file #164

basmoura opened this issue Jan 30, 2014 · 4 comments

Comments

@basmoura
Copy link

Hi, i want deploy with mina to my aws ec2 instance, but i need use the amazon's .pem file to have ssh access. Does mina support this? If so, how can i do it?

@basmoura
Copy link
Author

Sorry, its not necessary. I added my id_rsa.pub key in the authorized_keys at ubuntu and it worked.

@grsahil20
Copy link

any updates on how can we use .pem to ssh with mina ?

@CT-Kamlesh
Copy link

Not able to deploy to EC2 instance with mina.
Hoping for updates

@digaoddc
Copy link

If someone has the same problem, do these steps:

  1. Connect to your instance using the pem file: ssh user@x.x.x.x -i ~/some-path/file.pem
  2. Create a new SSH key in your local machine
  3. Copy the Public key from your local machine the path ~/.ssh/authorized_keys in the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants