Hello everyone, I’ve been thinking about this for a bit and am looking for opinions/alternatives.
Essentially, I’d like to encrypt my shares (NFS/Samba) on my local network. I’m awake that Kerberos is a good option with NFS, but I was hoping for something simpler. The other idea I have right now is to use stunnel
with NFSv3/Samba to encrypt my traffic but I don’t know if this is a good idea.
How are you doing it? What do you suggest?
Thanks!
NFS over WireGuard is probably going to be the best when it comes to encrypted file shares without the need to set up Kerberos. Just set up the WireGuard tunnel and export over those ips.
I never thought of using nfs over wireguard. Very nice.
That’s how my GPU instances for reencoding connect to my self deployed seed box instances. Works just fine.
This is a pretty good idea. Thanks
No problem. It should be wayyy faster than sshfs for the record. Both NFS and WireGuard are best in class tools.
That is wonderful to know