sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

A network filesystem client to connect to SSH servers

Results 49 sshfs issues
Sort by recently updated
recently updated
newest added

- include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings

While manpage generation is optional depending on whether 'rst2man'/'rst2man.py' is found, a broken rst2man will still cause build breakage. For a build system like Buildroot, where manpages are anyway not...

Linux’s FUSE maintainer [suggests to disconnect any mounts when suspending](https://lore.kernel.org/linux-fsdevel/CAJfpegu24JL5-R4ASG1wwfHFEn3hro+W4DD+MXWx8XBiKcg7Hw@mail.gmail.com/T/#m6486f010ca072236511f5f4629a4a66b2cffa09e): > > Can this be worked around? > > Yes, killing the sshfs process will enable the suspend to continue....

I mean, can I save the private key in SSH-Agnet of Open-SSH and then mount a remote folder with the private key saved in Open-SSH?

This attempts to fix #224, but is incomplete yet. Open questions: - [ ] Does `res` need to be set in the immediately following else-if-branch and in the last else-branch...

`sshfs-fuse` version `3.7.1` (i.e. latest in Debian Bullseye - aka: stable). the problem is with `rewinddir()` call, that does not seem to work. example test program: ```cpp #include #include #include...

bug

# Upon accessing a file such as reading the contents with diff, the mtime is changed instead of atime. ## Work around is to use sshfs with -o noatime. Client:...

"sshfs -o vsock=CID:PORT" will cause sshfs to connect directly to the given vsock, bypassing ssh, and allowing high performance sshfs mounts of a VM guest.

I mean, it selfdisconnect so often, it hangs computer, so often you have to restart the conection manually? sshfs could be perfect if users dont have to care about stability.

enhancement