Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo apt-get install sshfs
- $ sudo modprobe fuse
- $ sudo adduser naren fuse
- $ sudo chown root:fuse /dev/fuse
- $ mkdir ~/MyLocalDir
- $ sshfs [email protected]:/home/projects/Mounted ~/MyLocalDir
Advertisement
Add Comment
Please, Sign In to add comment