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
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