| by Scott Kilroy | No comments

How to Install and Use SSHFS on Linux

SSHFS (SSH File System) is an implementation of a File System in User Space (FUSE) that enables clients to mount remote filesystem over SSH connection. In this tutorial, you will learn how to mount a remote directory in a secure way using the SSHFS between two Linux machines (client and server). This guide also includes how to set up chroot on SSHFS that will prevent users from accessing other users' directories.

Share Button

Source: Howtoforge Linux Howtos und Tutorials

Leave a Reply