sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

sshfs error when ssh jump

Open dalvand opened this issue 1 year ago • 0 comments

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

dalvand avatar Jan 03 '25 23:01 dalvand