qaz@lemmy.world to Linux@lemmy.worldEnglish · 2 months agoDemystifying secure NFSblogsystem5.substack.comexternal-linkmessage-square3fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1external-linkDemystifying secure NFSblogsystem5.substack.comqaz@lemmy.world to Linux@lemmy.worldEnglish · 2 months agomessage-square3fedilink
minus-squaresudoku@programming.devlinkfedilinkEnglisharrow-up0·2 months agoWhat is the alternative if you don’t want to go insane trying to setup all of that? Samba?
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up1·2 months agoUnencrypted NFS in its own isolated vlan
minus-squareMysteriousSophon21@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month 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.