comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 30 Aug 2021 16:06:28 +0000 (12:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 30 Aug 2021 16:06:28 +0000 (12:06 -0400)
doc/bugs/unable_to_get_content_via_ssh_without_write_perms/comment_1_8b4fd2331ff62c984f91a9536a3a7e2b._comment [new file with mode: 0644]

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 (file)
index 0000000..12aa015
--- /dev/null
@@ -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.
+"""]]