config.proto: Fix default value of ssh-cmdline

We no longer use port 2222 for SSH.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-05-23 15:29:14 +02:00
parent 40461eb738
commit 8c4428de5d

View file

@ -39,7 +39,7 @@ repo-regex = [a-z0-9][a-z0-9.+_-]*$
template-path = /srv/http/aurweb/scripts/git-integration/templates/ template-path = /srv/http/aurweb/scripts/git-integration/templates/
git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py
git-shell-cmd = /usr/bin/git-shell git-shell-cmd = /usr/bin/git-shell
ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org ssh-cmdline = ssh aur@aur.archlinux.org
[aurblup] [aurblup]
db-path = /srv/http/aurweb/scripts/aurblup/ db-path = /srv/http/aurweb/scripts/aurblup/