Merge commit 'jrollins/master'
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Jun 2008 15:23:56 +0000 (11:23 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Jun 2008 15:23:56 +0000 (11:23 -0400)
debian/monkeysphere.dirs
src/seckey2sshagent

index bc8abcf0f51ee7d3dcd1ae7a9b70f464b62c78b1..6e9089952ab4095b9bc12d9163cc9aeeacf7299e 100644 (file)
@@ -2,4 +2,3 @@ usr/share/monkeysphere
 var/cache/monkeysphere
 var/cache/monkeysphere/authorized_keys
 etc/monkeysphere
-etc/monkeysphere/authorized_user_ids
index 0e8d69526a360fa7710d753d3d93d8928e7b1175..d8e9b79ac2e86da91cf156de986a8434135e7b37 100755 (executable)
@@ -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 <dkg@fifthhorseman.net>,
+#          Jameson Rollins <jrollins@fifthhorseman.net>
+
+
 cleanup() {
     echo -n "removing temp gpg home... "
     rm -rf $FOO