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)
Comments
presistent ==> persistent
[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
The command is:
yum install fuse-sshfs
This comment and these instructions need to mention installing "epel-release" repository first: fuse-sshfs is not in the standard repository for CentOS.
Is this a good solution for mounting an Amazon S3 bucket as a local directory?