From: Daniel Kahn Gillmor Date: Thu, 19 Jun 2008 19:28:16 +0000 (-0400) Subject: added comments to seckey2sshagent. X-Git-Tag: monkeysphere_0.2-1~23 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fe0e35fa72edb5bbb9e2026b8e5c920a5c3f6a86;hp=15637a9ab9b4fe7ea537988f5cc145d35948d783;p=monkeysphere.git added comments to seckey2sshagent. --- diff --git a/src/seckey2sshagent b/src/seckey2sshagent index 0e8d695..d8e9b79 100755 --- a/src/seckey2sshagent +++ b/src/seckey2sshagent @@ -1,5 +1,20 @@ #!/bin/sh +# seckey2sshagent: this is a hack of a script to cope with the fact +# that openpgp2ssh currently cannot support encrypted secret keys. + +# the basic operating principal is: + +# export the secret key in encrypted format to a new keyring + +# remove the passphrase in that keyring + +# use that keyring with openpgp2ssh + +# Authors: Daniel Kahn Gillmor , +# Jameson Rollins + + cleanup() { echo -n "removing temp gpg home... " rm -rf $FOO