summaryrefslogtreecommitdiffstats
path: root/crypto/ssh-installkeys/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ssh-installkeys/DETAILS')
-rwxr-xr-xcrypto/ssh-installkeys/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/ssh-installkeys/DETAILS b/crypto/ssh-installkeys/DETAILS
new file mode 100755
index 0000000000..aabf3803e8
--- /dev/null
+++ b/crypto/ssh-installkeys/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ssh-installkeys
+ BUILD_API=2
+ VERSION=1.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.catb.org/~esr/ssh-installkeys/$SOURCE
+ MD5[0]=4fdef690da2790ee3ef6f7894932cb28
+ WEB_SITE=http://www.catb.org/~esr/ssh-installkeys/
+ ENTERED=20040108
+ UPDATED=20040108
+ LICENSE[0]=GPL
+ SHORT="ssh-installkeys tries to export ssh public keys to a specified site"
+cat << EOF
+ssh-installkeys is a script that tries to export ssh public keys to a specified site. It will walk you through generating key pairs if it doesn't find any to export. It handles all the fiddly details like making sure local and remote permissions are correct, and tells you what it's doing if it has to change anything.
+EOF