You could theoretically use NFS over SSH or SSHFS, but only if you're absolutely desperate, and only if you have a small amount of data to share. - Source: Reddit / about 1 month ago
I like to use sshfs for this Https://github.com/libfuse/sshfs. - Source: Reddit / about 1 month ago
The development of sshfs was stopped some time ago (https://github.com/libfuse/sshfs). And based on my own experience, sshfs is sometimes quite buggy. - Source: Reddit / about 2 months ago
Yeah. I'd probably mount the drive on the computer running your server using sshfs. Then you can have your web server read/write the file as if it were on a local filesystem. - Source: Reddit / 3 months ago
Because the development of sshfs has been discontinued, any new version of rclone is worth mentioning to me because I think it is the best alternative to mount a directory via SSH. - Source: Reddit / 3 months ago
Note that sshfs is deprecated and will soon not be available in standard repos any more: Https://github.com/libfuse/sshfs. - Source: Reddit / 3 months ago
I was going to suggest sshfs, but it looks like it's no longer maintained. - Source: Reddit / 4 months ago
Therefore, my solution was to have a dedicated file server that hosted everybody’s $HOME folder and had it mounted via sshfs. I don’t know if this is the “best” solution (please let me know if there are better solutions), but it worked until fine. I kind of wish the (K)ubuntu had a easier built-in way to manage this but I would assume this problem is rare enough that it is not worth the effort to make it part of... - Source: Reddit / 7 months ago
I daily drive a desktop + laptop setup using Barrier (free software that allows you to use a single keyboard/mouse across multiple computers), although for Windows Mouse Without Borders (also free) is probably a better choice, as it is developed by Microsoft for Windows. I also use SSHFS to link my files and one of PulseAudio's built-in features to stream all audio from my laptop to my desktop, though both of... - Source: Reddit / 7 months ago
Since this is on frontage, a gentle reminder, dear reader, sshfs is looking for maintainers, and currently does not have any. https://github.com/libfuse/sshfs. - Source: Hacker News / 8 months ago
According to https://github.com/libfuse/sshfs, sshfs is now an orphaned project, with no active maintainers. - Source: Reddit / 9 months ago
2. SSHFS allows you to mount a remote filesystem via fuse over encrypted link with little fuss, and key exchange can be used to bypass password login, however it may not be persistent. - Source: Reddit / 11 months ago
SSHFS is built on top of FUSE, so you weren't wrong. - Source: Reddit / 11 months ago
One could use sshfs to access a remote SQLite DB file. https://github.com/libfuse/sshfs. - Source: Hacker News / 12 months ago
If you already use ssh, you could use sshfs. I find it much easier to use than NFS, Samba or KVM shared folders. - Source: Reddit / about 1 year ago
Not my project but you could check out sshfs: https://github.com/libfuse/sshfs They state they lack active maintainers so issues cant get worked on. - Source: Reddit / about 1 year ago
Use sshfs. Then you can use whatever file manager you want. - Source: Reddit / over 1 year ago
You can also use sshfs on any server that supports sftp and on any client with FUSE. - Source: Reddit / over 1 year ago
Otherwise you could use sshfs to mount it over ssh. I’m using it for remote development and it works well enough for my use case. Then setup a cronjob to do your backup process. - Source: Reddit / over 1 year ago
One solution would be to mount the relevant directory of the server locally with sshfs on your normal computer. Then you can access it normally with Sublime Text (or another tool). - Source: Reddit / over 1 year ago
However as an alternative, I might recommend something like sshfs instead. It'll allow you to use all your heavy weight development tools locally, without having to install all the bloat onto the server. It'll also run a lot smoother without having to do X11 forwarding. - Source: Reddit / over 1 year ago
Do you know an article comparing sshfs to other products?
Suggest a link to a post with product alternatives.