SSHFS

SSHFS How To

2017-01-06. Category & Tags: SSHFS

Advantage: simple, much safer than samba & nfs, support non-English when mounted in windows.

See Also Links
SFTP: FTP over SSH
NFS
CIFS/SMB/Samba

SERVER #

in linux, need ssh server with sftp support #

Note that many routers does not support SFTP (SSH File Transfer Protocol).

in win, need SFTP capable SSH server #

For instance, OpenSSH-powershell for Windows. See here for detailed steps.
OBS 1: sshfs works, but ssh to win will get win-cmd UI
OBS 2: pub key login seems NOT working ???
WARN: the whole C: disk will be shared as root.

...