2
No se puede usar -o allow_other con sshfs (opción habilitada en fuse.conf)
Tengo lo siguiente en mi /etc/fuse.confarchivo: # Set the maximum number of FUSE mounts allowed to non-root users. # The default is 1000. # #mount_max = 1000 # Allow non-root users to specify the 'allow_other' or 'allow_root' # mount options. # user_allow_other Pero cuando trato de montar una ruta remota …