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/bugs | |
parent | c8d25b48804b3b2e1e9f53ac518854bfaa61ee02 (diff) | |
parent | d5ad3901b923c8e5f2ca42ff6f8ec3bf3627e936 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/ssh-keygen_failed_when_adding_remote_server_repo/comment_1_52180983b59c247389a55a9523ec435b._comment | 14 |
1 files changed, 14 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! +"""]] |