💾 Archived View for bbs.geminispace.org › u › requiem › 16094 captured on 2024-05-10 at 12:42:14. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "SSHFS - Mount remote filesystem over SSH"
SSHFS is fantastic. I use it to mount remote folders over my home VPN, super handy for development. The only annoying thing was that it regularly got stuck on MacOS, and I had to force unmount / remount quite often.
I ended up switching over to CloudMounter to achieve the same but with a GUI and a bit of more error handling than just running the SSHFS command. Still, in principle, I am sold.
Apr 11 · 4 weeks ago
SSHFS - Mount remote filesystem over SSH — I just discovered SSHFS. I haven't tried it yet but I think this would let me use my local development tools on my VPS since the files are 'local'. I know SCP exists but this seems more intuitive.