qaz@lemmy.world to Linux@lemmy.worldEnglish · 1 month agoDemystifying secure NFSblogsystem5.substack.comexternal-linkmessage-square8fedilinkarrow-up123arrow-down11
arrow-up122arrow-down1external-linkDemystifying secure NFSblogsystem5.substack.comqaz@lemmy.world to Linux@lemmy.worldEnglish · 1 month agomessage-square8fedilink
minus-squaresudoku@programming.devlinkfedilinkEnglisharrow-up3·1 month 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 month agoUnencrypted NFS in its own isolated vlan
minus-squareMysteriousSophon21@lemmy.worldlinkfedilinkEnglisharrow-up1·25 days 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.