libfuse / sshfs

A network filesystem client to connect to SSH servers
GNU General Public License v2.0
6.04k stars 496 forks source link

Windows native OpenSSH fix #314

Closed manu0401 closed 13 hours ago

manu0401 commented 1 week ago

Windows native OpenSSH has alternative behavior for standard I/O descriptors, which can be selected through the OPENSSH_STDIO_MODE environement variable. Setting it to "nonsock" is required for sshfs compatibility.

See https://github.com/PowerShell/openssh-portable/pull/759 for details.