diff options
author | tanen <tanen@web> | 2013-11-04 22:49:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-04 22:49:38 +0000 |
commit | 4e1653df89e365494089fa5279e154d7890ff785 (patch) | |
tree | 36cd31d3e9a2ed31fe73b2254cefbf2bd50c2583 /doc | |
parent | 135903249e2665fec29814cdec1e5d3f93ae7b9f (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn b/doc/bugs/Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn new file mode 100644 index 000000000..2e93991b7 --- /dev/null +++ b/doc/bugs/Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn @@ -0,0 +1,21 @@ +### Please describe the problem. +As described earlier in [[fully_encrypted_git_repositories_with_gcrypt]] + +### What steps will reproduce the problem? +- A: use the webapp to create a new repository +- A: add a remote server to the repository using the 'gcrypt' method +- A: add a jabber account + +- B: use the webapp to create a new repository +- B: add the jabber account +- B: see the previously created 'cloud repository' with status 'not enabled' +- B: click enable, see that the stored credentials are correct, and press "verify this server" +- B: enter the ssh password twice +- B: get redirected to a blank screen (on the url /config/repository/enable/gcrypt/UUID "x"?auth=y) + +The assistent logfiles show nothing after the "Your public key has been saved in", the server shows that no public key for B was added to the account. + +This is with git-annex installed on the remote server; without it the process gets stuck after clicking "encrypt repository" in step 2, it will just indefinitely keep prompting for the SSH password. + +### What version of git-annex are you using? On what operating system? +Latest nightly build on ubuntu 13.10 |