diff options
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 |