This article introduces how to mount an Ubuntu PC or server from another Ubuntu system using sshfs.
# sshfs [email protected]:/home/yuis /media/xserv
sshfs -p 10022 [email protected]:/home/yuis -o IdentityFile=~/.ssh/yuis.key /media/xserv
By the way, it doesn’t work with WSL as fuse is not supported. However, there are many user requests, so it should become available eventually.