Last active
January 23, 2019 17:06
-
-
Save mccun934/1c1e9642c83b99f0e37d37fa66904112 to your computer and use it in GitHub Desktop.
sshfs example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://mirrors.rit.edu/fedora/epel/7/x86_64/Packages/f/fuse-sshfs-2.10-1.el7.x86_64.rpm > fuse-sshfs-2.10-1.el7.x86_64.rpm | |
yum -y install fuse-sshfs-2.10-1.el7.x86_64.rpm | |
mkdir /mnt/remote | |
sshfs -o allow_other [email protected]:/ /mnt/remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment