I heard that NFS share via SSH tunnel is impossible on Mac OS X: http://biowiki.org/MountingNFSThroughSSHTunnel
I have been trying 2 days to make it, but I failed. Is it really impossible? Or what should I have to do?
|
I heard that NFS share via SSH tunnel is impossible on Mac OS X: http://biowiki.org/MountingNFSThroughSSHTunnel I have been trying 2 days to make it, but I failed. Is it really impossible? Or what should I have to do?
| |||
|
feedback
|
|
In Snow Leopard, the ( | |||||
feedback
|
|
I got succeeded! Mostly I followed the tutorial which I linked in the question. However the OS used in the question is CentOS different with FreeBSD. Server side configurationsFirst just initiate a FreeBSD box with SSH and NFS. I used fresh new installation in VM.
I made a directory to share
And exported it via NFS by adding this line to
And add this line to
All done. No more server-side setting job required. The flag Client side configurationsAnd establish 2 SSH tunnels.
The port number And in other terminal, mount via SSH tunnels.
I used
printed, and shared volume appeared at the location My method may have many security issues. Such as | ||||
|
feedback
|