You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible? I guess what makes it not work currently, is the fact that everything
is run as root. So ~root/.ssh/ is used, and the env SSH_AGENT_PID and SSH_AUTH_SOCK
are not inherited etc etc.
The text was updated successfully, but these errors were encountered:
udevil is a wrapper for the mount command, so yeah it always works as root. Mounting sshfs with udevil is analogous to mounting sshfs in fstab (same mount helpers are used). Whether agent can be used in such a situation I'm not sure. You may be better off running sshfs/fuse directly as a normal non-root user for that functionality.
Is this possible? I guess what makes it not work currently, is the fact that everything
is run as root. So ~root/.ssh/ is used, and the env SSH_AGENT_PID and SSH_AUTH_SOCK
are not inherited etc etc.
The text was updated successfully, but these errors were encountered: