Mount remote drive via SSH 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 zoidqc@107.172.11.251:/ /mnt/chicago_vps