Setup sshfs » Historie » Revision 2
Revision 1 (Jeremias Keihsler, 15.10.2021 10:58) → Revision 2/3 (Jeremias Keihsler, 15.10.2021 10:59)
h1. Setup sshfs h2. Requirements To configure sshfs you will need the following: * a installed and supported operating system (e.g. CentOS 8.x) * root-access * a fast internet connection h2. Preliminary Note Some basic information may be found at * https://superuser.com/questions/1567828/how-to-install-sshfs-in-centos-8-from-repository-using-package-manager-tool * https://centos.pkgs.org/8/centos-powertools-x86_64/fuse-sshfs-2.8-5.el8.x86_64.rpm.html h2. Install sshfs ssh <pre><code class="bash"> sudo dnf --enablerepo=powertools install fuse-sshfs </code></pre>