Hi everyone !
Right now I can’t decide wich one is the most versatile and fit my personal needs, so I’m looking into your personal experience with each one of them, if you mind sharing your experience.
It’s mostly for secure shared volumes containing ebooks and media storage/files on my home network. Adding some security into the mix even tough I actually don’t need it (mostly for learning process).
More precisely how difficult is the NFS configuration with kerberos? Is it actually useful? Never used kerberos and have no idea how it works, so it’s a very much new tech on my side.
I would really apreciate some indepth personal experience and why you would considere one over another !
Thank you !
Sshfs afaik is used for a different purpose than the others
I usually use it when I’m working on a remote machine for a long duration and want to use my local tools (so I don’t have to install them on the server, and because using neovim over SSH on a crappy connection sucks)
Wouldn’t you be able to do the same with NFS?
Would you? You can sshfs into anything with ssh, thought you had to set up nfs
Yes you’re right. Did not realize that’s what you meant 😅