SSHFS (Secure SHell FileSystem) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on a remote computer using just a secure shell login on the remote computer. On the local computer where the SSHFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Sshfs
Top 10 for Sshfs
Things about Sshfs you find nowhere else.
Select content modules
Sinkronisasi Tomboy Menggunakan SSHFS - Blog Vavai
Sinkronisasi Tomboy Menggunakan SSHFS. Blog Vavai. Home. Migrasi Windows-Linux. Blog and Adsense ... email notifikasi setiap ada update pada blog ini. ...www.vavai.com/blog/index.php?url=archives/583-Sinkronisasi-T...How to mount a remote ssh filesystem using sshfs " Ubuntu Blog
Steven's Life " Blog Archive " SSHFS - Just what I needed - November 5, 2005 ... Gyrate Dot Org " Blog Archive " fish:// and SSHFS - September 23, 2006 ...ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-fi...sshfs | blog @ dound.com
I recently decided I was fed up with maintaining the files on my web host's server via FTP. ... Regardless, I highly recommend sshfs — it is a very handy ...dound.com/2009/02/sshfs/trackback/Sshfs — Blogs, Pictures, and more on WordPress
mystery with sshfs ... SSHFS - Mount a remote computer as a "drive" via SSH ... Mount remote filesystem over SSH with SSHFS — 1 comment ...wordpress.com/tag/sshfs/SSHFS | unix - linux - storage
Blog contains tips, how-to, tricks and useful information on unix and storage ... sshfs. ... the information presented on this blog is provided on the basis ...unixfoo.blogspot.com/2008/11/sshfs.htmlSSHFS (Secure SHell FileSystem) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on a remote computer using just a secure shell login on the remote computer. On the local computer where the SSHFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.
The current implementation of SSHFS using FUSE is a rewrite of an earlier version. The rewrite was done by Miklos Szeredi, who also wrote FUSE.
For Mac OS X, (MacFUSE), an SSHFS binary, is available. MacFusion offers a GUI to MacFUSE and a plug-in architecture; plug-ins include FTP and the SSHFS binary from the MacFUSE project.
The administrator can set up a jailed account on the server in order to provide greater security (see external links), then the client will see only a limited part of the filesystem.
Requirements
- Remote host must run the ssh daemon
- Successful authentication with the remote host
Command line usage
(not all commands are valid on all systems)
If you have the login remoteuser on the host remotehost and want to mount the directory /path/to/remote_dir on the directory local_mountpoint, the following command can be used:
To unmount use the command
See also
- SSH file transfer protocol (SFTP)
- Secure copy (SCP)
- Secure Shell (SSH)
- NFS
- SftpDrive, a utility for Microsoft Windows
- Files transferred over shell protocol (FISH)
External links
- SSH Filesystem - official webpage.
- SshfsGUI - graphical user interface for Linux.
- Google Releases FUSE for Mac OS X: MacFUSE
- MacFusion: a GUI for MacFUSE | MacFusion Project | MacFusion-devel Google Group






















