Installing SSHFS on CentOS 7
SSHFS isn’t available in the default repositories on most RHEL-based distributions. If you try to install it directly, you’ll get an error: # yum install sshfs No package sshfs available. Error: Nothing to do The package lives in EPEL (Extra Packages for Enterprise Linux), so you need to enable that repository first. Enable EPEL For…
