You just gotta think different
You just gotta think different


You just gotta think different
You're viewing a single thread.
I use nfs shares for this use case.
me too but the connection is tunneled in an ssh channel so it's similar
NFS is insecure out of the box so typically tunnelled over TLS (not seen it done over SSH since why bother if there’s SFTP?).
I’d rather a desktop app or a terminal app for remote file systems than install a kext on a mac. Like, kicking stuff out of the kernel was an excellent idea.
FUSE would knock over my old mac anytime a transfer was longer than an hour or two. Not to mention the vulnerabilities poorly developed or maintained kexts introduce.
NFS over TLS exists, but typically you use kerberos for such deployments. Bit too much for home use though…
You're not running an entire Active Directory domain in your home?
I’m a bit of a casual
Eh, works for me for home use. I just have it running on the same machine as the NFS server. The only thing that bothers me is that I can’t use normal Kerberos for SMB, I’d have to set up Samba AD. Boooo
I even managed to make it work with just mDNS as I’m currently in a horrible network I don’t control.
NFS is insecure out of the box so typically tunnelled over TLS
Set up Kerberos, it will also give you correct file ownership and then you don’t need any additional tunnel.
for that I then just use VPN/Wireguard if I really need to access my home server remotely off-site.