==== mount/unmount over ssh ===
unmount
fusermount -u ~/box
fusermount -u ~/box.crypted
mount
sshfs server:box ~/box.crypted -o uid=$(id -u) -o gid=$(id -g) -o ServerAliveInterval=100
encfs ~/box.crypted ~/box
==== mount/unmount ====
umount
fusermount -u ~/box
mount
encfs ~/box.crypted ~/box
==== initialization ====
maybe needed
yum list fuse-encfs fuse-sshfs
create crypted directory ''~/box.crypted'' and mount point ''~/box''
% encfs ~/box.crypted ~/box
The directory "/home/barriot/box.crypted/" does not exist. Should it be created? (y,n) y
The directory "/home/barriot/box/" does not exist. Should it be created? (y,n) y
Creating new encrypted volume.
Please choose from one of the following options:
enter "x" for expert configuration mode,
enter "p" for pre-configured paranoia mode,
anything else, or an empty line will select standard mode.
?>
Standard configuration selected.
Configuration finished. The filesystem to be created has
the following properties:
Filesystem cipher: "ssl/aes", version 3:0:2
Filename encoding: "nameio/block", version 4:0:2
Key Size: 192 bits
Block Size: 1024 bytes
Each file contains 8 byte header with unique IV data.
Filenames encoded using IV chaining mode.
File holes passed through to ciphertext.
Now you will need to enter a password for your filesystem.
You will need to remember this password, as there is absolutely
no recovery mechanism. However, the password can be changed
later using encfsctl.
New Encfs Password:
Verify Encfs Password: