From 8661e593eb69f35f6ca55731c55bef250ae317f8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 8 Jul 2013 16:55:09 +0000 Subject: [PATCH] Added a comment --- ...mment_1_cccf9d58c0ebb8d31cacdd029ea8e23a._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/Rsync_remote_created_via_webapp_remains_empty/comment_1_cccf9d58c0ebb8d31cacdd029ea8e23a._comment diff --git a/doc/bugs/Rsync_remote_created_via_webapp_remains_empty/comment_1_cccf9d58c0ebb8d31cacdd029ea8e23a._comment b/doc/bugs/Rsync_remote_created_via_webapp_remains_empty/comment_1_cccf9d58c0ebb8d31cacdd029ea8e23a._comment new file mode 100644 index 0000000000..480a162431 --- /dev/null +++ b/doc/bugs/Rsync_remote_created_via_webapp_remains_empty/comment_1_cccf9d58c0ebb8d31cacdd029ea8e23a._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.254.222" + subject="comment 1" + date="2013-07-08T16:55:09Z" + content=""" +Finally got a chance to look into this. + +The ~/.ssh/authorized_keys file on the server has been set up wrong by the webapp. If you look at it, it'll contain a part like: command=\"GIT_ANNEX_SHELL_DIRECTORY=... ~/.ssh/git-annex-shell\" + +That can't be used for rsync. If you delete that command= part, your remote should start working. +"""]]