Command-line Usage
Now, assuming that you have an SSH server running on a remote machine, simply run the SSHFS command to mount the remote directory. In this example, the remote directory is /projects on remote host far. The local mount point is ~/far_projects.
mkdir ~/far_projects sshfs -o idmap=user $USER@far:/projects ~/far_projects
To unmount,
fusermount -u ~/far_projects
REF: https://help.ubuntu.com/community/SSHFS
沒有留言:
張貼留言