SSHFS(1) | User Commands | SSHFS(1) |
SSHFS - filesystem client based on ssh
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.
If host is a numeric IPv6 address, it needs to be enclosed in square brackets.
-o default_permissions enable permission checking by kernel
SSHFS has been written by Miklos Szeredi <miklos@szeredi.hu>.
This man page was written by Bartosz Fenski <fenio@debian.org> for the Debian GNU/Linux distribution (but it may be used by others).
April 2008 | SSHFS version 2.0 |