diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 02:24:01 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 02:24:01 -0400 |
commit | c4a5813c6847201ae55ab8d3d49b6b4bb9691561 (patch) | |
tree | 38a21a0657315d66735b622b5137d9786228a7e2 /tests/home/testuser | |
parent | 74b446aef77a46302430ee8aac7124f40d9bf1b4 (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/testuser')
-rw-r--r-- | tests/home/testuser/.gnupg/random_seed | bin | 600 -> 600 bytes | |||
-rw-r--r-- | tests/home/testuser/.gnupg/secring.gpg | bin | 737 -> 775 bytes | |||
-rwxr-xr-x | tests/home/testuser/.ssh/askpass | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/home/testuser/.gnupg/random_seed b/tests/home/testuser/.gnupg/random_seed Binary files differindex 40ab6a6..230b315 100644 --- a/tests/home/testuser/.gnupg/random_seed +++ b/tests/home/testuser/.gnupg/random_seed diff --git a/tests/home/testuser/.gnupg/secring.gpg b/tests/home/testuser/.gnupg/secring.gpg Binary files differindex a5519a6..26cf230 100644 --- a/tests/home/testuser/.gnupg/secring.gpg +++ b/tests/home/testuser/.gnupg/secring.gpg 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 |