How to mount a remote ssh filesystem using sshfs « Ubuntu Blog

#10 of 93 marked pages on the trail linux.ubuntu by enjoylife
enjoylife's comments

How to mount a remote ssh filesystem using sshfs October 28, 2005

Posted by Carthik in ubuntu.
trackback

SSH is protocol to transfer files securely. Like FTP, but more secure. Many hosting services offer their client the ability to remotely login to their hosting account using ssh. Transferring files to an from an ssh account can be done using the scp command. However, it would be neat if you could mount a remote folder that you can access using ssh on your local computer, so that you can access files on an ssh account just like they were local files on your pc, right? Well now you can! Mount a folder in an ssh account, edit the files locally and save the files, and the fi

Other comments
There are no comments on this mark.