Skip to content

sshfs error when ssh jump #319

@dalvand

Description

@dalvand

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions