-
Notifications
You must be signed in to change notification settings - Fork 530
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels