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- 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
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 etwa 3 Jahren aktualisiert · 3 Revisionen