A year or so back, I discovered sshfs. It’s an awesome tool that made it possible for me to play videos from a remote machine, copy files, etc. over SSH. Unfortunately, sshfs does not come on the Silverblue image, so I would need to layer it on.
I could install it in a Toolbox, but I’d only be able to access the mount from inside the container. I need to access it from my host machine.
I’m trying to avoid layering any packages onto my system. I’m totally open to trying new software or ways of doing things.
Is there another remote mounting solution I could use? Maybe one that’s available as a Flatpak? I don’t need a graphical program, but hey, it would be cool if there was one out there.
Thanks, this works great! It’s simple and readily available.
Thank you also @jandemus for posting your solution! That’s a closer replacement to SSHFS and would work better if I wanted to use another file manager, like lf—which I often do!