by feldrim on 9/5/23, 11:04 AM with 139 comments
by zitterbewegung on 9/5/23, 1:10 PM
I use it a lot when I am accessing files from my server on my MacBook Pro .
by jmclnx on 9/5/23, 1:10 PM
Also, looks like sshfs used in Slackware is abandoned.
https://github.com/libfuse/sshfs
A quote from the link, I wonder if this project will be the 'one':
>If you would like to take over this project, you are welcome to do so. Please fork it and develop the fork for a while. Once there has been 6 months of reasonable activity, please contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or replace with a pointer to the fork.
I also wonder if it was abandoned due to the RHEL re-orgs like what happened to bluetooth.
by rsync on 9/5/23, 2:28 PM
I have transitioned from years of macfuse + sshfs on Mac to just installing the excellent “mountain duck” tool which gives you finder and mount point access to an sftp endpoint.
Very nice software and indispensable for me.
by dontcontactme on 9/5/23, 2:49 PM
by qbane on 9/5/23, 2:41 PM
by vmlinuz on 9/5/23, 1:39 PM
by kiririn on 9/5/23, 12:08 PM
by chrkl on 9/5/23, 11:52 AM
by madacol on 9/5/23, 12:56 PM
Note that SFTP uses an SSH connection for its file transfers, so I have not seen an UI difference from SSHFS
by the-alchemist on 9/5/23, 1:21 PM
by thecosmicfrog on 9/5/23, 12:00 PM
by saurik on 9/5/23, 11:27 AM
Assuming this is true--and I think it is fair to trust the author of the statement when judging the same author--this doesn't sound like a project that needs a fork, as it apparently in fact does have an active maintainer; if you want to help contribute to sshfs, you thereby can do that without forking it and causing a mess for everyone having to decide which one to use/ship and without the bad blood inherent in resorting to the four-letter F-word of open source project management.
by effie on 9/8/23, 1:06 AM
FTP is close to such a thing, but it is somewhat archaic, slow and not sure about its security.
by hot_gril on 9/5/23, 4:07 PM
by moontear on 9/5/23, 1:07 PM
by computersuck on 9/6/23, 2:04 AM
Looks like the most recent issues and PRs are just junk typo / grammar fixes
by blueflow on 9/5/23, 11:28 AM
by feldrim on 9/5/23, 6:39 PM
> This project is no longer maintained or developed. Github issue tracking and pull requests have therefore been disabled. The mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it and develop the fork for a while. Once there has been 6 months of reasonable activity, please contact Nikolaus@rath.org and I'll be happy to give you ownership of this repository or replace with a pointer to the fork.
I saw that there are some semi-active forks focusing on different aspects: a rust rewrite, a persistent cache support version, or a bug fixing only version.
The issue is that most software has bugs and vulnerabilities which has not been discovered yet while the software is not maintained. It means the problems will exist without a solution for the future. Open source software maintainers have been a significant part of our overall IT environment [0] but voluntary contributions are subject to human resource limits. SSHFS is one of those projects relying on a single maintainer which has ended up being archived. The packages on many distributions repositories are stuck as is. The several semi-active forks are also owned by a single person without a proper community. I'm not sure if any of the distro communities would pick one of those and package it to be the next version.
So, the users of these software on their own, with the single, cross platform, ultimately portable packaging solution: the source code.
by williamstein on 9/5/23, 1:26 PM
by Timshel on 9/5/23, 11:59 AM