List all devices
lsblk
Look at the UUID of your Windows 10 partition, for exemple:
sudo blkid /dev/sda2
sshfs -o allow_other {user}@{ip}:{remote_dir} {local_dir}
allow_other => Allow other users than the mounter (i.e. root) to access the share.
sudo mkdir /mnt/chicago_vps
sudo sshfs -o allow_other [email protected]:/ /mnt/chicago_vps