By default, unencrypted, and unauthenticated, and permissions rely on IDs the client can fake.
May or may not be a problem in practice, one should think about their personal threat model.
Mine are read only and unauthenticated because they’re just media files, but I did add unneeded encryption via ktls because it wasn’t too hard to add (I already had a valid certificate to reuse)
vext01@lemmy.sdf.org 1 year ago
NFS is fine if you can lock it down at the network level, but otherwise it’s Not For Security.
Appoxo@lemmy.dbzer0.com 1 year ago
NFS + Kerberos?
But everything I read about NFS amd so on: You deploy it on a dedicated storage LAN and not in your usual networking LAN.
vext01@lemmy.sdf.org 1 year ago
I tried it once. NFSv4 isn’t simple like NFSv3 is. Fewer systems support it too.