Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

sshfs does not seem to work in Colab Enterprise notebook

I've been trying to use `sshfs` to connect a notebook running in Colab Enterprise to my local machine (running an ssh server) and mount a local directory into the remote notebook runtime. But I get the error `fuse: mount failed: Permission denied` even before the SSH connection is even attempted. I'm running as root, connecting to the SSH server as another user (i.e. `sshfs someuser@ip `), and my mount point (in the notebook runtime) exists and is owned by root. What could be happening here ?

0 2 448