From: Mr. Chow Wing Siu on
Hi all,

Is there any doc/page that mentioning NFS mount through SSH
under solaris NFS server?

I also need the method to establish the SSH tunnel by:
1. non-interactive mode for giving password
2. automounting
3. Solaris and Linux (OpenSuSE) NFS client.

Thanks in advance.

--
Johnson Chow
From: Sami Ketola on
Mr. Chow Wing Siu <wschow(a)comp.hkbu.edu.hk> wrote:
> Hi all,
>
> Is there any doc/page that mentioning NFS mount through SSH
> under solaris NFS server?

For NFSv4 it's easy to pipe all nfs traffic to SSH tunnel.

ssh -L2049:localhost:2049 nfsserver
mount -o vers=4 localhost:/shared/resource /mountpoint

You can also do this with nfsv3/tcp with webnfs mount.

Sami
From: John D Groenveld on
In article <hrr9hs$ugs$1(a)net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow(a)Comp.HKBU.Edu.HK> wrote:
>Is there any doc/page that mentioning NFS mount through SSH
>under solaris NFS server?

<URL:http://blogs.sun.com/shepler/entry/tunneling_nfs_traffic_via_ssh>

>I also need the method to establish the SSH tunnel by:
>1. non-interactive mode for giving password

<URL:http://blogs.sun.com/jkini/entry/how_to_scp_scp_and>

>2. automounting

I use rbac(5) to perform the mount/umount but you can also
use sudo.

Happy hacking,
John
groenveld(a)acm.org