aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 15:54:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 15:54:07 -0400
commit7d09e81ee7b49a2f83bf05c964937c2c309d98c7 (patch)
tree4fe2d15c8ae367e9b30916c4abecf3ddb1593f65
parent4720f382d1a7a5fa2a7f1048bb83a7e3e054310c (diff)
response
-rw-r--r--doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_1_9523af238c6cd2ab66f83474dd580427._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_1_9523af238c6cd2ab66f83474dd580427._comment b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_1_9523af238c6cd2ab66f83474dd580427._comment
new file mode 100644
index 000000000..9d567f376
--- /dev/null
+++ b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_1_9523af238c6cd2ab66f83474dd580427._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2018-03-07T19:46:27Z"
+ content="""
+A rsync special remote needs ssh to run rsync --server,
+you have it running git-annex-shell.
+
+That can't work. It is possible to lock down generic rsync over
+ssh to only operate in one directory, but git-annex-shell
+is not the tool to do it.
+
+If there's a bug here, it's whatever led you to expect this would work..
+
+(But, if you make a gcrypt special remote, git-annex-shell can be used
+to access it, and it'll be all encrypted and files stored with rsync,
+and can be locked down.)
+"""]]