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
  • repo: EPEL

Preliminary Note

Install sshfs

sudo dnf 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 24 Tagen aktualisiert · 1 Revisionen