You are not logged in.

#1 2013-11-07 18:02:16

synthead
Member
Registered: 2006-05-09
Posts: 1,337

[solved] Mounting sshfs as root for another user

If I mount an ssh server with sshfs, like so (with the correct uid and gid):

sshfs user@:host/path mount_point -o uid=12345,gid=12345

The user sees this:

d?????????  ? ?       ?               ?            ? mount_point

Why?

Last edited by synthead (2013-11-07 18:13:45)

Offline

#2 2013-11-07 18:13:34

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: [solved] Mounting sshfs as root for another user

Ah, it looks like allow_other permits this, and doesn't make open permissions when uid and gid is set smile

Offline

Board footer

Powered by FluxBB