comment "sshfs-fuse (not available, needs kernel modules)" depends on !FREETZ_REPLACE_MODULE_AVAILABLE comment "sshfs-fuse (not available, needs OpenSSL 1.0 or newer)" depends on FREETZ_REPLACE_MODULE_AVAILABLE && !FREETZ_OPENSSL_VERSION_1_MIN config FREETZ_PACKAGE_SSHFS_FUSE bool "sshfs-fuse 2.4 (binary only)" depends on FREETZ_REPLACE_MODULE_AVAILABLE && FREETZ_OPENSSL_VERSION_1_MIN select FREETZ_PACKAGE_FUSE select FREETZ_PACKAGE_DROPBEAR_SERVER_ONLY if FREETZ_PACKAGE_DROPBEAR select FREETZ_PACKAGE_OPENSSH select FREETZ_PACKAGE_OPENSSH_ssh select FREETZ_PACKAGE_OPENSSH_sftp select FREETZ_LIB_libgthread_2 default n help This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.