Title: sshfs.dsl Description: fuse and sshfs Version: fuse 2.5.3 / shhfs-fuse 1.6 Author: Miklos Szeredi Original-site: http://fuse.sourceforge.net/ Copying-policy: GPL version 2 -----==[ Color = red Filesize: 612K ]==----- Extension by: clacker Comments: *** NOTE: Not needed in DSL v3.0 and above This extension was adopted into DSL starting with v3.0 - sshfs allows you to mount a remote ssh site so it appears to be a mounted directory. This has many uses. For example you could easily copy files to and from the remote site. _ To load run the 'Initialize sshfs' menu item make a directory to mount to or use an existing empty one mount using the sshfs command, unmount using umount EXAMPLE: ### run the 'Initialize sshfs' menu item ### set the password for user dsl ### start the dsl shh daemon mkdir ~/test sshfs dsl@127.0.0.1: ~/test ls -l ~/test sudo umount ~/test _ See http://fuse.sourceforge.net/ and http://fuse.sourceforge.net/sshfs.html for usage Change-log: Current: 2006/05/02 - First version