Skip to content

Instantly share code, notes, and snippets.

@lukhnos
Last active April 23, 2018 12:32
Show Gist options
  • Save lukhnos/8430594 to your computer and use it in GitHub Desktop.
Save lukhnos/8430594 to your computer and use it in GitHub Desktop.
Installing encfs on an Amazon EC2 instance

encfs is not available on the default yum repository (I run a micro instance), but it's in the Extra Packages for Enterprise Linux (EPEL) repository. See Amazon's own FAQ on enabling that repository, then all you need is to run yum:

sudo yum install fuse-encfs

As of writing this installs encfs 1.7.4 for you. It's hassle-free, and so it's good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment