Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todd-a-jacobs/stackmount.sh
Stack encfs on top of sshfs, in order to mount a remote encrypted directory.
https://github.com/todd-a-jacobs/stackmount.sh
Last synced: about 2 months ago
JSON representation
Stack encfs on top of sshfs, in order to mount a remote encrypted directory.
- Host: GitHub
- URL: https://github.com/todd-a-jacobs/stackmount.sh
- Owner: todd-a-jacobs
- Created: 2011-03-24T07:52:31.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-24T23:20:13.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T07:43:16.949Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
= stackmount
== Name
stackmount.sh== Version
Export ID: (a72135a) 2011-03-24 18:39:07 -0700== Purpose
Stack encfs on top of sshfs, in order to mount a remote encrypted
directory. This enables remote storage of sensitive data on hosts
which may not be fully secure, e.g. on a virtual private server.== Caveats
Hardlinks do not work. This is a limitation of sshfs.== Usage
stackmount.sh [-h|-u|-v|-d]== Options
-h = help
-u = usage
-v = version
-d = dismount== Environment Variables
CONFIG
optional configuration file
REMOTE_HOST
target hostname for SSH connections
HOST_MOUNTPOINT
directory where REMOTE_HOST will be mounted
REMOTE_ROOT
remote directory to mount onto HOST_MOUNTPOINT; this will
usually be the path to the user's home directory
DIRNAME
name (not path) of decrypted directory to mount locally; a
dot is prepended to identify the encrypted backing directory
on the remote host.
DECRYPTED_MOUNTPOINT
parent directory for DIRNAME, where decrypted data will be
mounted== Errorlevels
0 = Success
1 = Failure
2 = Other
3 = Debug== Copyright
Copyright (c) 2011 by Todd A. Jacobs
All Rights Reserved== License
Released under the GNU General Public License (GPL)
http://www.gnu.org/copyleft/gpl.htmlThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.