This patch series are meant to firstly simplify somewhat, and then to implement FS#45410. Changes since v2: * OpenSSH replaces `\"` in the command part of the AuthorizedKeyCommand output with `"`, so manually replace it with `\\"` instead so that we get what we'd expect Johannes Löthberg (5): git: Use .format everywhere instead of % git: Use AUR_USER env var instead of ForceCommand argument git-auth: Set AUR_PRIVILEGED env var for TUs & devs git-serve: Drop direct AccountType checking, use AUR_PRIVILEGED git-update: Allow privileged users to bypass blacklist git-interface/aurinfo.py | 18 +++++++++--------- git-interface/git-auth.py | 35 +++++++++++++++++++++++++++++++---- git-interface/git-serve.py | 31 +++++++++++++++---------------- git-interface/git-update.py | 41 +++++++++++++++++++++-------------------- 4 files changed, 76 insertions(+), 49 deletions(-) -- 2.4.4