Linux News
The world is talking about GNU/Linux and Free/Open Source Software
Autofs and sshfs - the perfect couple
sshfs is a file system in userspace (FUSE) and can be used to mount a remote ssh account locally in a folder. This is absolutely great - If I need to work on files from my server I can use a simple command and mount the remote file system over a encrypted connection. None of the programs are aware the files are remote and working on a file in the folder sshfs/ is the same as for local files - at least if the connection is fast enough. The great thing thing about autofs is that the commandline is no longer needed. The mounting of the remote file system is done in the moment I try to access the folder by the autofs daemon.
|
|
Full Story |
You cannot post until you login.