Projekt

Allgemein

Profil

Aktionen

Setup sshfs

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

Preliminary Note

Some basic information may be found at

Install sshfs

sudo dnf --enablerepo=powertools install fuse-sshfs

mount/unmount sshfs

basically the same as getting to a ssh-shell

sshfs user@example.com:/ /mnt/sshfs_space
umount mnt/sshfs_space

Von Jeremias Keihsler vor mehr als 2 Jahren aktualisiert · 3 Revisionen