summaryrefslogtreecommitdiffstats
path: root/crypto/keychain/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/keychain/DETAILS')
-rwxr-xr-xcrypto/keychain/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/keychain/DETAILS b/crypto/keychain/DETAILS
new file mode 100755
index 0000000000..12c08e8858
--- /dev/null
+++ b/crypto/keychain/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=keychain
+ VERSION=2.5.5
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://dev.gentoo.org/~agriffis/keychain/$SOURCE
+ SOURCE_HASH=sha1:afe3801174d52bf87e75232b9e22648f983d3f91
+ WEB_SITE=http://www.gentoo.org/proj/en/keychain.xml
+ ENTERED=20020310
+ UPDATED=20020310
+ LICENSE[0]=GPL
+ MAINTAINER=hgr@vabo.cz
+ SHORT="keychain - front end to ssh-agent"
+cat << EOF
+The keychain bash script makes handling RSA and DSA keys both convenient and
+secure. It acts as a front-end to ssh-agent, allowing you to easily have one
+long-running ssh-agent process per system, rather than per login session. This
+dramatically reduces the number of times you need to enter your passphrase
+from once per new login session to once every time your local machine is
+rebooted.
+EOF