summaryrefslogtreecommitdiff
path: root/tests/home
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 02:24:01 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 02:24:01 -0400
commitc4a5813c6847201ae55ab8d3d49b6b4bb9691561 (patch)
tree38a21a0657315d66735b622b5137d9786228a7e2 /tests/home
parent74b446aef77a46302430ee8aac7124f40d9bf1b4 (diff)
testing: added a passphrase (abc123) for the testuser private key; supplied a phony SSH_ASKPASS to provide the password when needed.
Diffstat (limited to 'tests/home')
-rw-r--r--tests/home/testuser/.gnupg/random_seedbin600 -> 600 bytes
-rw-r--r--tests/home/testuser/.gnupg/secring.gpgbin737 -> 775 bytes
-rwxr-xr-xtests/home/testuser/.ssh/askpass6
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/home/testuser/.gnupg/random_seed b/tests/home/testuser/.gnupg/random_seed
index 40ab6a6..230b315 100644
--- a/tests/home/testuser/.gnupg/random_seed
+++ b/tests/home/testuser/.gnupg/random_seed
Binary files differ
diff --git a/tests/home/testuser/.gnupg/secring.gpg b/tests/home/testuser/.gnupg/secring.gpg
index a5519a6..26cf230 100644
--- a/tests/home/testuser/.gnupg/secring.gpg
+++ b/tests/home/testuser/.gnupg/secring.gpg
Binary files differ
diff --git a/tests/home/testuser/.ssh/askpass b/tests/home/testuser/.ssh/askpass
new file mode 100755
index 0000000..5b7b059
--- /dev/null
+++ b/tests/home/testuser/.ssh/askpass
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+# phony/automatic askpass, to provide the passphrase for the
+# testuser's GPG key.
+
+echo abc123