Sshfs

Jannich Brendle on May 4th, 2009

This is just a short note to explain how to mount your routers filesystem via sshfs. On your router: opkg install openssh-sftp-server On your computer: sshfs root@router:/remote/directory/ /local/mountpoint/ -o sftp_server=/usr/libexec/sftp-server Easy as that. Enjoy.

Continue reading about OpenWRT and sshfs