Hacker News new | ask | show | jobs
by pbalau 2750 days ago
Care to elaborate? A link works :)
1 comments

They probably are referring to something like SSHFS that allows you to mount remote filesystems over SSH using FUSE. I have tried this and it doesn't work well.

https://github.com/libfuse/sshfs

I use https://osxfuse.github.io/

Big file changes are never going to be fast (even doing git operations is pretty slow) but remote interaction can be done via ssh in another tab.

Thanks. I tried libfuse in the past and I reached the same conclusion.