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
Not surprising that this doesn't work; sudo does not forward the SSH_AUTH_SOCK env var by default. Simply passing -E to keep the env works like a charm:
Firstly, thanks for sshfs :)
If I ssh into my server, it works:
If I try mounting my home directory via sshfs, it fails:
Pretty sure this has something to do with the fact that my SSH auth is happening via my GPG auth key, which lives on my YubiKey 5 Nano.
Versions of things:
I appreciate that I'll need to raise a PR to fix this myself, but wanted to raise the issue first.
The text was updated successfully, but these errors were encountered: