|
|
NFS mount through SSH
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
|
|
0
|
|
|
|
Reply
|
Mr
|
5/5/2010 7:47:10 AM |
|
Mr. Chow Wing Siu <wschow@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
|
|
0
|
|
|
|
Reply
|
Sami
|
5/5/2010 8:27:31 AM
|
|
In article <hrr9hs$ugs$1@net44p.hkbu.edu.hk>,
Mr. Chow Wing Siu <Johnson.Chow@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@acm.org
|
|
0
|
|
|
|
Reply
|
groenvel
|
5/5/2010 1:44:39 PM
|
|
|
2 Replies
801 Views
(page loaded in 0.037 seconds)
Similiar Articles: NFS mount through SSH - comp.unix.solarisHi 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 tunn... Automount NFS on Solaris 8 Broken ? - comp.unix.solarisNFS mount through SSH - comp.unix.solaris Automount NFS on Solaris 8 Broken ? - comp.unix.solaris NFS mount through SSH - comp.unix.solaris I also need the method to ... NFS mounts and fstab - comp.unix.solarisNFS mount through SSH - comp.unix.solaris Hi all, Is there any doc/page that mentioning NFS mount through SSH under solaris NFS server? I also need the method to establish ... root via ssh - comp.unix.solarisNFS mount through SSH - comp.unix.solaris... dev/console issue - comp.unix.solaris Can not login Solaris 10 with root via PuTTY. - comp ... error 2 (RPC: Can't ... read ... nfs connection/version problem - comp.unix.solarisNFS mount through SSH - comp.unix.solaris NFS mount problem - comp.unix.solaris NFS mount problem ... from an /etc/fstab file for an NFS version 2 ... Experience with Windows 7 NFS and KRB5/KRB5i? - comp.protocols ...Experience with Windows 7 NFS and KRB5/KRB5i? - comp.protocols ... NFS mount through SSH - comp.unix.solaris Experience with Windows 7 NFS and KRB5/KRB5i? - comp.protocols ... Weird nohup issues - comp.unix.solarisWeird nohup issues - comp.unix.solaris NFS mount through SSH - comp.unix.solaris nohup, redirection and splitting stderr and stdout - comp.unix ... nohup, redirection and splitting stderr and stdout - comp.unix ...NFS mount through SSH - comp.unix.solaris Weird nohup issues - comp.unix.solaris NFS mount through SSH - comp.unix.solaris nohup, redirection and splitting stderr and ... sunfire v120 cdrom mount problem - comp.unix.solarisNFS mount through SSH - comp.unix.solaris NFS mount through SSH - comp.unix.solaris sunfire v120 cdrom mount problem - comp.unix.solaris Reinstall OS on a Sunfire V210 (no ... How do I start CDE or GUI on Solaris 10? - comp.unix.solaris ...I'll be honest -- just installed Solaris 10 for the first time and am a Windows guy venturing into the Solaris world. I do have Unix shell experience,... How to Mount a NFS Through a SSH Tunnel - Web Home < Main < BiowikiHow to Mount a NFS Through a SSH Tunnel (actually, two SSH tunnels connected end-to-end) (more specifically, how to mount an NFS that is on a separate subnet, behind ... Tunneling NFS traffic via ssh (theShepler)As with the MOUNT protocol usage, the locking requests won't be tunneled since there isn't an option to direct the requests via the ssh tunnel. NFS version 4 is better 7/23/2012 2:23:48 AM
|
|
|
|
|
|
|
|
|