LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Using .pem files with SSH (https://www.linuxquestions.org/questions/linux-software-2/using-pem-files-with-ssh-4175537069/)

wh33t 03-17-2015 07:17 PM

Using .pem files with SSH
 
Hi LQ,

I've got a web editor I want to use on Xubuntu to edit files locally on my Amazon EC2 instance. The program itself does not support .pem logins so is there a way I can make a directory appear on my desktop that somehow contains an SSH tunnel to the EC2 instance so that my editor can just read and write files to that directory? It's called "fish" or something right? FIles over sSH"?

ljb643 03-17-2015 08:09 PM

Maybe you are looking for sshfs?
http://fuse.sourceforge.net/sshfs.html

It uses fuse (the user-space filesystem) and sftp (ssh file transfer protocol program).


All times are GMT -5. The time now is 11:43 PM.