Comments on How to Install and Use SSHFS on CentOS 7

SSHFS is a handy tool to share files securely. It is a filesystem based on the SSH File Transfer Protocol. In this tutorial we will see how to install SSHFS with from the CentOS repository with the yum command and also how to compile it from source.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: fredex

presistent ==> persistent

By: dfbm

[root@centos7 ~]# yum install sshfs Loaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile * base: ftp.plusline.de * extras: ftp.hosteurope.de * updates: ftp.hosteurope.de No package sshfs available.Error: Nothing to do

By: till

The command is:

 

yum install fuse-sshfs

By: Fletch Hasues

This comment and these instructions need to mention installing "epel-release" repository first: fuse-sshfs is not in the standard repository for CentOS.

By: Nilpo

Is this a good solution for mounting an Amazon S3 bucket as a local directory?