I'd like to set up some sort of file sharing facility to keep my notes and classwork, among other things, synced between my iBook and G5 workstation. Optimally, I would like to have the files served on my Linux server to make use of its SCSI RAID Array and Tape Backups. I would also like to keep as many ports as possible closed on my G5. The server is on an insecure network (college dorm) and I need to access the server through both campus and public wireless connections. The server has a static ip. I would like to be able to mount a volume on my iBook to access the files for ease of use (excluding the obvios sftp). I am exploring my options right now and this is what I have found searching the forums.
NFS: not good for insecure networks, even through an ssh tunnel.
SMB: here I have some questions... user based auth? can it be used through an ssh tunnel?
SHFS: this would be the optimal solution, but there is no HFS module for the darwin kernel, correct?
WebDAV: no ssl support
AFB: I'm pretty new to Mac OS and don't really know much about it, but from my understanding there is no support in linux for this?
Does anyone have any suggestions or corrections?
NFS: not good for insecure networks, even through an ssh tunnel.
SMB: here I have some questions... user based auth? can it be used through an ssh tunnel?
SHFS: this would be the optimal solution, but there is no HFS module for the darwin kernel, correct?
WebDAV: no ssl support
AFB: I'm pretty new to Mac OS and don't really know much about it, but from my understanding there is no support in linux for this?
Does anyone have any suggestions or corrections?