summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-05-21 11:20:17 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-05-21 11:20:17 +0200
commitc3614c4f097f1a37485672b04759c5c163f1cf42 (patch)
tree0e168f8c5aeef13a20a049b4e924ba28b2cf97c6 /scripts
parent42b9e4dd2870949f8dfb91e524bc13f98abd7a7d (diff)
downloadaurweb-c3614c4f097f1a37485672b04759c5c163f1cf42.tar.xz
Change default configuration to use SSH port 22
We no longer run a separate SSH daemon on port 2222. Change the default configuration accordingly. Also remove some configuration files that are no longer needed. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/git-integration/sshd_config6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/git-integration/sshd_config b/scripts/git-integration/sshd_config
deleted file mode 100644
index d3d2f5a..0000000
--- a/scripts/git-integration/sshd_config
+++ /dev/null
@@ -1,6 +0,0 @@
-Port 2222
-HostKey ~/.ssh/ssh_host_rsa_key
-PasswordAuthentication no
-UsePrivilegeSeparation no
-AuthorizedKeysCommand /srv/http/aurweb/scripts/git-integration/git-auth.py "%t" "%k"
-AuthorizedKeysCommandUser aur