diff --git a/Assistant/WebApp/Configurators/Ssh.hs b/Assistant/WebApp/Configurators/Ssh.hs index 0ff958920d..86ee937ee5 100644 --- a/Assistant/WebApp/Configurators/Ssh.hs +++ b/Assistant/WebApp/Configurators/Ssh.hs @@ -270,7 +270,7 @@ getMakeSshR sshdata = do makerepo | rsyncOnly sshdata = [] | otherwise = - [ "git init" + [ "git init --bare --shared" , "git annex init" ] makeAuthorizedKeys =