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/.ssh/askpass | |
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/.ssh/askpass')
-rwxr-xr-x | tests/home/testuser/.ssh/askpass | 6 |
1 files changed, 6 insertions, 0 deletions
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 |