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
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: