nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Linux Howto to mount remote directories securely and easily

This is a discussion on Linux Howto to mount remote directories securely and easily within the Linux software forums, part of the Linux Getting Started category; I know ssh is use to access the remote server securely; is there any command or hack that allows me ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 07-26-2006, 01:44 AM
chimu's Avatar
Contributors
User
 
Join Date: Mar 2005
My distro: Ubuntu
Posts: 33
Rep Power: 0
chimu is an unknown quantity at this point
Default Linux Howto to mount remote directories securely and easily

I know ssh is use to access the remote server securely; is there any command or hack that allows me to mount remove directory over secure ssh session.

I can share data using Samba and NFS server running CentOS Linux server. But they are not secure so I am not sure how do I secure data or mount it securely

I’d appreciate if someone help me
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-29-2006, 05:28 AM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Install sshfs package. Use command apt-get or download from: http://fuse.sourceforge.net/sshfs.html
Code:
apt-get install sshfs
Next type command:
Code:
modprobe fuse
Create a mount point:
Code:
mkdir /mnt/remote
Mount it:
Code:
ssh user@remoteserver.com:/home/user /mnt/remote
cd /mnt/remote
ls
pwd
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Fail to mount remote NFS server satimis Web servers 0 04-19-2008 09:06 PM
Linux Shell script to mount remote windows share angelus_kit Shell scripting 2 09-06-2007 08:18 PM
MySQL remote server access howto raj Databases servers 0 07-29-2007 06:32 AM
Linux delete empty directories raj Getting started tutorials 0 05-05-2007 02:29 AM
Linux list directories and files raj Getting started tutorials 0 05-05-2007 02:05 AM


All times are GMT +5.5. The time now is 03:53 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36