Bill Zissimopoulos

Results 336 comments of Bill Zissimopoulos

This is not a scenario that SSHFS-Win supports directly. However the included `sshfs.exe` program can be run under Cygwin and supports most functionality found in Linux sshfs. So I find...

> Is the issue here that the windows home and the cygwin home are distinct? Yes. You might be able to get this to work by creating a directory under...

Clearly SSHFS-Win does not currently support `.ssh/config` or other advanced sshfs scenarios, such as public key auth. It would be nice if such support existed of course. > Could this...

> - The mounted directory is not listable from cygwin (but works for listing and reading in windows) This is an unfortunate Cygwin limitation. Cygwin does not currently recognize Windows...

I just read a bit about pageant. I am wondering if it is something that we should include with SSHFS-Win, especially if it needs bash support, etc. Perhaps a better...

Apologies for the late response. I looked into this issue, but unfortunately I do not have a good answer for you. However I doubt that the problem is really in...

The `allow_others` and `default_permissions` options are not functional on Windows and SSHFS-Win.

@bersbersbers Should `sshfs-win.c` always pass the option `-o ssh_command=bin/ssh.exe` (or perhaps `-o ssh_command=/usr/bin/ssh.exe` to avoid the problem of picking the wrong `ssh.exe` that some experience?

Please try the latest release: [SSHFS-Win 2021.1 Beta](https://github.com/billziss-gh/sshfs-win/releases/tag/v3.5.21011). SSHFS-Win now passes the `-o ssh_command=/usr/bin/ssh.exe` to SSHFS, which should ensure that the right SSH always gets used regardless of `PATH`. Hopefully...