SSHFS
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (June 2009) |
Mounting an SSHFS network, the sign-on displays the desktop icon illustrated |
|
| Developer(s) | Miklos Szeredi |
|---|---|
| Stable release | 2.3 / 01 July 2011 |
| Development status | Active |
| Operating system | UNIX-like |
| Type | Remote access |
| Website | http://fuse.sourceforge.net/sshfs.html |
In computing, SSHFS (SSH Filesystem) is a filesystem client to mount and interact with directories and files located on a remote server or workstation.[1] The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP),[2] a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.
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.[3]
Contents |
[edit] Features
SFTP provides secure file transfer and a secure remote file system. Whilst SFTP clients may transfer files and directories, the related file system may not be mounted locally using SFTP alone. Using SSHFS, a locally-mounted file system may be treated in the same way as other volumes (such as CDs, DVDs, USB flash drives and shared disks).[citation needed]
If the remote environment matches the requirements of the local application, then the end user may work with remote files and directories as if they are on a local volume. If the remote environment is a less than perfect match — if the server cannot respond appropriately — then applications may respond in ways that are unpredictable or misleading.[citation needed]
Using ls with sshfs will sometimes not list the owner of a file correctly, although it is possible to map them manually.[4][5]
For greater security the system can be configured by the service administrator to run inside a chroot jail or in a FreeBSD jail, allowing the client to only see part of the file system.[citation needed]
For distributed remote file systems with multiple users, protocols such as Apple Filing Protocol, Network File System and Server Message Block are more often used. SSHFS is an alternative to those protocols only in situations where users are confident that files and directories will not be targeted for writing by another user, at the same time.[citation needed]
The advantage of SSHFS when compared to other network file system protocols is that, given that a user already has SSH access to a host, it does not require any additional configuration work, or the opening of additional entry ports in a firewall.[citation needed]
[edit] References
- ^ "SSHFS manpage". undated. http://www.digipedia.pl/man/doc/view/sshfs.1.html. Retrieved 2010-02-26.
- ^ "SSHFS security". http://www.cse.iitk.ac.in/~ppk/writings/security/sshfs.html. Retrieved 2010-02-26.
- ^ "SSHFS homepage". http://fuse.sourceforge.net/sshfs.html. Retrieved 2009-06-05.
- ^ Canonical Ltd. (May 2009). "SSHFS - Community Ubuntu Documentation". https://help.ubuntu.com/community/SSHFS#Usage. Retrieved 2009-06-05.
- ^ Szeredi, Miklos (November 2008). "SSHFS FAQ: What options does sshfs support?". http://apps.sourceforge.net/mediawiki/fuse/index.php?title=SshfsFaq#What_options_does_sshfs_support.3F. Retrieved 2009-06-05.
[edit] See also
- ExpanDrive
- Files transferred over shell protocol (FISH)
- FileZilla, a Free Software utility for multiple platforms.
- FTPFS
- Gvfs
- SSH file transfer protocol (SFTP)
- Secure copy (SCP)
- WebDrive
[edit] External links
- SSH Filesystem - official webpage.
- SSH File Transfer Protocol
- URI Scheme for SSH and SFTP
- Google Releases FUSE for Mac OS X: MacFUSE
- Macfusion: a GUI for MacFUSE
- Dokan SSHFS for Windows
- SSH(SFTP) filesystem for Windows
- NTFS-3G: Extended Attributes (highlights)
- sshfs for MAC OS X
| This Apple-related article is a stub. You can help Wikipedia by expanding it. |
| This Linux-related article is a stub. You can help Wikipedia by expanding it. |