Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh-agent support for sshfs:// #16

Closed
quite opened this issue Dec 6, 2012 · 2 comments
Closed

ssh-agent support for sshfs:// #16

quite opened this issue Dec 6, 2012 · 2 comments
Labels

Comments

@quite
Copy link

quite commented Dec 6, 2012

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.

@IgnorantGuru
Copy link
Owner

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.

@IgnorantGuru
Copy link
Owner

SpaceFM 1.0.0 supports mounting sshfs as a normal user.
IgnorantGuru/spacefm#478

@IgnorantGuru IgnorantGuru removed this from the limbo milestone Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants