qaz@lemmy.world to Linux@lemmy.worldEnglish · 1 year agoDemystifying secure NFSblogsystem5.substack.comexternal-linkmessage-square8fedilinkarrow-up123arrow-down12
arrow-up121arrow-down1external-linkDemystifying secure NFSblogsystem5.substack.comqaz@lemmy.world to Linux@lemmy.worldEnglish · 1 year agomessage-square8fedilink
minus-squaresudoku@programming.devlinkfedilinkEnglisharrow-up3·1 year agoWhat is the alternative if you don’t want to go insane trying to setup all of that? Samba?
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up2·1 year agoUnencrypted NFS in its own isolated vlan
minus-squareMysteriousSophon21@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoSSHFS is way simpler - just ‘sshfs user@server:/path /local/mountpoint’ and you get encryption out of the box with the SSH keys you probaly already have setup.
What is the alternative if you don’t want to go insane trying to setup all of that? Samba?
Unencrypted NFS in its own isolated vlan
SSHFS is way simpler - just ‘sshfs user@server:/path /local/mountpoint’ and you get encryption out of the box with the SSH keys you probaly already have setup.