aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/GPG_passphrase_repeated_prompt.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-29 17:57:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-29 17:57:15 -0400
commita23b5c6e324068108043a999bb816379ec417bf2 (patch)
tree0670999573eef3c1a0307f3a2ff62512c64eb406 /doc/bugs/GPG_passphrase_repeated_prompt.mdwn
parent9a2c813d1d04d976fb48d9be318901c4f5f4f919 (diff)
parente7d9ef169127a32046ee9fb1c20f1f30aefd4287 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/GPG_passphrase_repeated_prompt.mdwn')
-rw-r--r--doc/bugs/GPG_passphrase_repeated_prompt.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/GPG_passphrase_repeated_prompt.mdwn b/doc/bugs/GPG_passphrase_repeated_prompt.mdwn
new file mode 100644
index 000000000..d0f3890f0
--- /dev/null
+++ b/doc/bugs/GPG_passphrase_repeated_prompt.mdwn
@@ -0,0 +1,22 @@
+#### What steps will reproduce the problem?
+
+1. Create a new repository with a directory
+2. Add files
+3. Select "Store your data in the cloud" with the "Remote server" option
+4. Enter host, user, directory
+5. Select "Use an encrypted rsync repository on the server" (Will there be an option for unencrypted later?)
+6. GPG Passphrase prompt comes up for every file
+
+#### What is the expected output? What do you see instead?
+
+I expect to enter a passphase once and then it will sync all files with the remote server.
+
+Instead, it begins syncing the files to the server but prompts for a GPG passphase for every single file.
+
+#### What version of git-annex are you using? On what operating system?
+
+3.20121017 precompiled binary on Arch Linux
+
+#### Please provide any additional information below.
+
+Not sure if I'm just missing a setting for GPG, but I would think I should only need to use the web app to configure the remote server.