1

Hey is it possible to virtually mount an EC2 Instance in finder? I'm trying to eliminate the use of an external SFTP client (I use Terminus at the moment) and I was wondering if it was possible if I could just natively use finder instead.

Right now I'm running

ftps://root@[IPAddressOfEC2Instance]

Although it's asking for a password, is there a way to specify a .pem file instead?

1
  • If your question cannot be answered here, it might be worth posting it over at apple.stackexchange.com. In case you do that, make sure you post the link here so that this question can be closed if appropriate
    – fpnick
    Commented May 25, 2021 at 8:30

1 Answer 1

1

Try using SFTP (which is using SSH) and you will be able to authenticate using SSH private key (.pem file).

Not sure what FTP client you are using. Cyberduck2 may be an option.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .