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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
Install sshfs package. Use command apt-get or download from: http://fuse.sourceforge.net/sshfs.html
Code:
apt-get install sshfs Code:
modprobe fuse Code:
mkdir /mnt/remote Code:
ssh user@remoteserver.com:/home/user /mnt/remote cd /mnt/remote ls pwd |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |