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

sshfs error when ssh jump #319

Open
dalvand opened this issue Jan 3, 2025 · 0 comments
Open

sshfs error when ssh jump #319

dalvand opened this issue Jan 3, 2025 · 0 comments

Comments

@dalvand
Copy link

dalvand commented Jan 3, 2025

When I use sshfs directly over ssh (no ssh jump), it works properly. I can create/edit files. However, when I use it with ssh jump like any of these methods:

sshfs -o ssh_command='ssh -J firstuser@firsthost' finaluser@finalhost:directory localdirectory

sshfs -o ProxyJump=firstuser@firsthost finaluser@finalhost:directory localdirectory

I can create file, but I can't edit files. I get different errors like "Fsync failed", "bad message", "Operation not permitted" depending on how I try to edit the file.

Is this a known issue? Any solutions?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant