LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   .pem vs private key file (https://www.linuxquestions.org/questions/linux-security-4/pem-vs-private-key-file-4175537163/)

wh33t 03-18-2015 04:15 PM

.pem vs private key file
 
Hey LQ,

I'm trying to get SSHFS to remotely mount a server as a directory and it gives me two options, private key file or password. Unfortunately my Amazon EC2 instance uses something called .pem which doesn't appear to be valid.

Is there a way I can turn a .pem file into a private key file?

Habitual 03-18-2015 05:57 PM

Seen this?
http://docs.aws.amazon.com/IAM/lates...edentials.html

Create a
AWS_ACCESS_KEY / AWS_SECRET_KEY combination.

Use that pair in .passwd-s3fs

wh33t 03-18-2015 06:09 PM

Quote:

Originally Posted by Habitual (Post 5334343)
Seen this?
http://docs.aws.amazon.com/IAM/lates...edentials.html

Create a
AWS_ACCESS_KEY / AWS_SECRET_KEY combination.

Use that pair in .passwd-s3fs

Thank you. Ill check into that

Habitual 03-19-2015 09:46 AM

You are very welcome.


All times are GMT -5. The time now is 07:01 PM.