diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-08 14:29:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-08 14:29:52 -0400 |
commit | da4b805fd6d6412af9ceb89dc418fa88573924c4 (patch) | |
tree | 568c87e5dcb104c2874629378623e3dfae3378e2 /doc | |
parent | c8d25b48804b3b2e1e9f53ac518854bfaa61ee02 (diff) | |
parent | d5ad3901b923c8e5f2ca42ff6f8ec3bf3627e936 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/ssh-keygen_failed_when_adding_remote_server_repo/comment_1_52180983b59c247389a55a9523ec435b._comment b/doc/bugs/ssh-keygen_failed_when_adding_remote_server_repo/comment_1_52180983b59c247389a55a9523ec435b._comment new file mode 100644 index 000000000..f0f50151a --- /dev/null +++ b/doc/bugs/ssh-keygen_failed_when_adding_remote_server_repo/comment_1_52180983b59c247389a55a9523ec435b._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 1" + date="2013-11-08T18:28:37Z" + content=""" +Apologies for not following up on this bug sooner.. + +It seems to me that your system has a broken ssh-keygen program. You didn't say how you installed git-annex, but based on the git rev in the version number, I'm guessing you either built it yourself, or you're using the standalone tarball I build. + +In the case of the latter, it didn't include ssh-keygen, so would try to use the one that comes with fedora. It seems likely that the problem comes from the libraries included in the bundle being used with a binary not in the bundle, that in turn is also using additional libraries. + +So, I think I should add ssh-keygen to the standalone bundle! +"""]] diff --git a/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__/comment_1_6c74f0b43c457fe97b2d8630ca4fde29._comment b/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__/comment_1_6c74f0b43c457fe97b2d8630ca4fde29._comment new file mode 100644 index 000000000..8d2215772 --- /dev/null +++ b/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__/comment_1_6c74f0b43c457fe97b2d8630ca4fde29._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 1" + date="2013-11-08T18:24:27Z" + content=""" +The webapp sets up a dedicated ssh public key when you add a ssh repository in there. + +You might see some useful debugging info your your problem in ~/annex/.git/annex/daemon.log +"""]] |