Differences
This shows you the differences between two versions of the page.
|
doc:howto:sshfs.server [2011/07/26 19:10] homunkoloss |
doc:howto:sshfs.server [2012/09/19 14:11] (current) roemer2201 sftp configuration on not standard installation destination |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| sshfs [user@]host:[dir] mountpoint | sshfs [user@]host:[dir] mountpoint | ||
| + | If you did not install the package to the standard destination (e.g. using opkg -d ram), you need to specify the sftp executable in your sshfs command: | ||
| + | sshfs [user@]host:[dir] mountpoint -o sftp_server=/tmp/usr/libexec/sftp-server | ||
| + | The more convenient way would be to link the binary to the default destination, so execute on your OpenWrt: | ||
| + | mkdir -p /usr/libexec | ||
| + | ln -s /tmp/usr/libexec/sftp-server /usr/libexec/sftp-server | ||
| ===== Links ===== | ===== Links ===== | ||
| * [[http://en.wikipedia.org/wiki/Secure_Shell_Filesystem]] | * [[http://en.wikipedia.org/wiki/Secure_Shell_Filesystem]] | ||
| * [[http://fuse.sourceforge.net/sshfs.html]] | * [[http://fuse.sourceforge.net/sshfs.html]] | ||
doc/howto/sshfs.server.txt · Last modified: 2012/09/19 14:11 by roemer2201
This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
