Skip to content

Instantly share code, notes, and snippets.

@mccun934
Last active January 23, 2019 17:06
Show Gist options
  • Save mccun934/1c1e9642c83b99f0e37d37fa66904112 to your computer and use it in GitHub Desktop.
Save mccun934/1c1e9642c83b99f0e37d37fa66904112 to your computer and use it in GitHub Desktop.
sshfs example
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