Skip to content

Instantly share code, notes, and snippets.

@AlexeySalmin
AlexeySalmin / encfs-agent
Last active December 13, 2019 20:42 — forked from mprymek/encfs-agent
encfs-agent - mount encfs filesystems using ssh-agent
#! /usr/bin/env python2
"""
encfs-agent
Mounts encfs filesystems with passwords generated using private keys stored in ssh-agent.
You can have any number of encrypted filesystems ("vaults") under VAULTS_DIR. Password for
each of them is derived from its name and given private key stored in ssh-agent.
You can use ssh-askpass for ssh-agent if you want.