[aur-dev] [PATCH] config.proto: Fix default value of ssh-cmdline
23 May
2015
23 May
'15
1:29 p.m.
We no longer use port 2222 for SSH. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> --- conf/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.proto b/conf/config.proto index 623d044..88f046d 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -39,7 +39,7 @@ repo-regex = [a-z0-9][a-z0-9.+_-]*$ template-path = /srv/http/aurweb/scripts/git-integration/templates/ git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py git-shell-cmd = /usr/bin/git-shell -ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org +ssh-cmdline = ssh aur@aur.archlinux.org [aurblup] db-path = /srv/http/aurweb/scripts/aurblup/ -- 2.4.1
3453
Age (days ago)
3453
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer