Mounting Remote Folder through SSH
We can use sshfs to mount remote folder through SSH tunnel securely over network.
Install sshfs
$ sudo yum install sshfs
Mount folder on sever to local folder
sshfs username@server:/path/to/folder /path/to/mount/point
Unmount it
$ fusermount -u /path/to/mount/point
Author: Zhiqiang Ma
Posted on: Apr 1, 2010
Views: 437
Tags: Command line, Server config, SSH, Tutorial
Tags: Command line, Server config, SSH, Tutorial