Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

While still useful to have a native tool, you can use WSL to mount a sshfs path in windows. I even use it for LUKS containers.


> you can use WSL to mount a sshfs path in windows

and then access them from the host via virtual smb shares

   To view all of your available Linux distributions and their root file systems in Windows File explorer, in the address bar enter: \\wsl$
https://learn.microsoft.com/en-us/windows/wsl/filesystems


Ackshully I think those are Plan 9 file shares, not smb.


Not everyone wants to install a huge resource just to use one feature.


thou wsl is heavier than cygwin, both options aren't really lightweight.


I thought sshfs on Linux is no longer maintained


What are you basing that on? It had a release in 2022 and last commit is 7 months old. It probably hasn't needed any new features in a while. I'm not sure how often it would need security updates.

Ah, I see now there's a note in the README[0]. It sounds more like it's in maintenance mode / understaffed than completely abandoned, but I suppose it's worth being aware of. sshfs has been a killer feature for me on my machines for years for things like playing back stuff from my media library in mpv while it's stored on another machine. I found it to be easier to use and less glitchy than NFS. So I will likely continue to use it.

[0] https://github.com/libfuse/sshfs?tab=readme-ov-file#developm...


If it works, don't fix it.


I don't think we should be telling people to keep using unsecure versions of ssh.


It’s quite possible that security is handled by ssh such that sshfs isn’t exposed over the network. If sshfs can use newer ssh it might be just fine.


I am curious how much stuff sshfs itself does and how much is just handled by ssh or fuse on your system. (am not a programmer, unfortunately, before someone says to read the code)


An insecure version of secure shell doesn't "work".


It's ok for people to have different definitions of things


People also have different ideas of what "unmaintained" means. The earlier poster was likely highlighting the common misconception that software must be constantly changed in order to be considered maintained.

Personally, if something is called secure shell and it's not secure, then it's broken. Maybe I'm weird.


The definition of maintained in indeed subjective, so I don't think it can even be called a misconception. People just disagree on what it means, but there can't be a single right or wrong answer.

Some people prefer secure software to be regularly updated and audited and won't trust other programs. I think it's a perfectly reasonable position, but I also know not everyone will think the same way.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: