From e92434ce72fe422ace90caa90871b05da75fc751 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Aug 2021 12:06:28 -0400 Subject: [PATCH] comment --- ...t_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/unable_to_get_content_via_ssh_without_write_perms/comment_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment diff --git a/doc/bugs/unable_to_get_content_via_ssh_without_write_perms/comment_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment b/doc/bugs/unable_to_get_content_via_ssh_without_write_perms/comment_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment new file mode 100644 index 0000000000..12aa015923 --- /dev/null +++ b/doc/bugs/unable_to_get_content_via_ssh_without_write_perms/comment_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2021-08-30T16:03:07Z" + content=""" +This did used to work, see [[todo/read-only_removable_drives]] which ended +with it working in 2016. + +There is a way to do it that's certian to work: Make a ssh key that logs +into the host as the user who owns the repository, and lock that ssh key +down to run git-annex-shell with `GIT_ANNEX_SHELL_READONLY=1 +GIT_ANNEX_SHELL_LIMITED=1` + +Still this should be investigated. Since one failure is certianly due to +the keys database update, it seems likely that's what's changed. +"""]] -- 2.30.2