Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SSHFS allows you mount remote SLAC Unix storage on your local desktop or laptop.  SSHFS uses the SFTP protocol and standard SSH authentication.

CentOS 7 Installation:

sudo yum install sshfs

this will install the fuse-sshfs RPM which comes from the EPEL software repository (Extra Packages for Enterprise Linux).
The fuse-sshfs dependencies, fuse and fuse-libs, come from the CentOS base software repository.

...