diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-21 11:20:17 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-21 11:20:17 +0200 |
commit | c3614c4f097f1a37485672b04759c5c163f1cf42 (patch) | |
tree | 0e168f8c5aeef13a20a049b4e924ba28b2cf97c6 /conf/aur-sshd@.service | |
parent | 42b9e4dd2870949f8dfb91e524bc13f98abd7a7d (diff) | |
download | aur-c3614c4f097f1a37485672b04759c5c163f1cf42.tar.gz aur-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 'conf/aur-sshd@.service')
-rw-r--r-- | conf/aur-sshd@.service | 8 |
1 files changed, 0 insertions, 8 deletions
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 |