summaryrefslogtreecommitdiffstats
path: root/rules/sshfs.in
blob: 2b1a99741d695e5b1e105e94695d17476a01a6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=disk_and_file

config SSHFS
	tristate
	select HOST_MESON
	select GLIB
	select FUSE3
	prompt "sshfs"
	help
	  filesystem client based on SSH File Transfer Protocol
	  sshfs 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.