From c3c68f32357f3b7a5f054b5ec5446764519bfdc0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 May 2014 12:56:12 -0400 Subject: [PATCH] todo --- ...ould_work_with_locked_down_git-annex-shell_account.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/webapp_ssh_setup_should_work_with_locked_down_git-annex-shell_account.mdwn diff --git a/doc/todo/webapp_ssh_setup_should_work_with_locked_down_git-annex-shell_account.mdwn b/doc/todo/webapp_ssh_setup_should_work_with_locked_down_git-annex-shell_account.mdwn new file mode 100644 index 0000000000..d91bd4be5a --- /dev/null +++ b/doc/todo/webapp_ssh_setup_should_work_with_locked_down_git-annex-shell_account.mdwn @@ -0,0 +1,7 @@ +When the webapp is used to set up a ssh repository, it should detect if +there is already a repository, and sshing in to the server forces running +git-annex-shell (perhaps by it being set to the user's login shell). + +In this case it should just use the already set up repository. Note that +it would not be possible to add a new repository on the server using only +git-annex-shell. --[[Joey]]