sshfs
sshfs copied to clipboard
A network filesystem client to connect to SSH servers
See libfuse commit 8ee553dac029 ("fuse_new(): don't accept options that don't make sense for end-users") for details. Our usecase depend on hard_remove behaviour, so in order to make it continue to...
Hi team, I figured out an issue today. Since os migration to almalinux 8.9, the sshfs process killed after few minutes and the mountpoints aren't unavailable. In production, it's very...
If the remote end path ends in a symlink, e.g. ` user@server:/path/symlink` Then sshfs fails to mount, with error 'Not a directory' even if `-o follow_symlinks` is supplied. However passing...
The man page does not explain how SSHFS permissions work. Many users wish that when they use `sshfs root@otherhost:/serverdir mountdir -o allow_other -o default_permissions` and create a file as the...
I can't sshfs mount anything on a particular local folder: /media/bki5_ro I can sshfs mount fine as long as the local folder is not /media/bki5_ro. For example, /media/bki5_roo would work...
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:...
the "REMOTE HOST IDENTIFICATION HAS CHANGED" error is erroneously reported as "read: Connection reset by peer". see the difference between omitting `-v` and adding `-v` here: ``` $ sshfs -o...
*Started as note for myself but I think I should share this with others and I am rubbish at filing.... On searching for some info on where libfuse/sshfs is going,...
I think this is possibly related to the other bug I posted, to do with now the CLI parameters are evaluated and used to create the mounts. I now think...