From c3614c4f097f1a37485672b04759c5c163f1cf42 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 21 May 2015 11:20:17 +0200 Subject: 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 --- conf/aur-sshd@.service | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 conf/aur-sshd@.service (limited to 'conf/aur-sshd@.service') diff --git a/conf/aur-sshd@.service b/conf/aur-sshd@.service deleted file mode 100644 index 5ec410ad..00000000 --- a/conf/aur-sshd@.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=AUR OpenSSH Per-Connection Daemon - -[Service] -ExecStart=-/srv/http/aurweb/openssh/sshd -i -f /srv/http/aurweb/.ssh/sshd_config -User=aur -StandardInput=socket -StandardError=syslog -- cgit v1.2.3-24-g4f1b