Is it possible to disable password authentication for private repos? I want to enforce the use of ssh+ as the only means to access private repos, no password authentication.
[repository]
# .. other settings
DISABLE_HTTP_GIT=true
and configure sshd to allow public-key (passwdless) auth only.