SSHFS
From TheLinuxVault
SSHFS is a program that uses FUSE and SSH to place a folder on a remote machine into the local filesystem. For example, when SSHFS is installed, the command "sshfs remoteuser@192.168.0.2:/home/remoteuser/folder /home/localuser/folder" will make it so that when /home/localuser/folder is opened, the contents of /home/remoteuser/folder will appear, and can be opened or modified (the remote computer must be running an SSH server, for example, OpenSSH).
[edit] See Also
[edit] External Links
- http://fuse.sourceforge.net/sshfs.html SSHFS Homepage
Categories: FOSS | Stubs

