[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Remote Mount without NFS
Hi,
>
> I have a user account on remote pc.Is it possible to mount my home directory (on remote server) without NFS .I don't want to use NFS .
>
> I want the client to have complete control.The client should be able to type in his password using ssh and mount his home directory as a local directory(on a l ocal machine).
>
> Ex: Remote Server: 172.16.7.3 ->Account navin(uid=602 password:xxx)->/home/navin
>
> Local Client: 172.16.7.33 -> /mnt/remote-3
>
> After this /home/navin files should be present in /mnt/remote.
>
> Can the client have complete control without the server providing any extra
> services ?