summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2012-03-18 13:53:52 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2012-03-18 13:53:52 +0800
commit3f7831688430d2bee2d6a294046d6b9680827011 (patch)
tree09b53aa9d573ce8bbd2d61cfd6fc753043c402e0
parent40e4df963b9070de07ba96f56265c1ee557bfa1e (diff)
Removed service files for openssh
-rw-r--r--sshd.service15
-rw-r--r--sshd.socket9
-rw-r--r--sshd@.service7
3 files changed, 0 insertions, 31 deletions
diff --git a/sshd.service b/sshd.service
deleted file mode 100644
index fa3d3f2..0000000
--- a/sshd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=SSH Secure Shell Service
-After=syslog.target
-
-[Service]
-ExecStart=/usr/sbin/sshd -D
-
-[Install]
-WantedBy=multi-user.target
-
-# Note that this is the service file for running a single SSH server for all
-# incoming connections, suitable only for systems with a large amount of SSH
-# traffic. In almost all other cases it is a better idea to use sshd.socket +
-# sshd@.service (i.e. the on-demand spawning version for one instance per
-# connection).
diff --git a/sshd.socket b/sshd.socket
deleted file mode 100644
index fd68407..0000000
--- a/sshd.socket
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Conflicts=sshd.service
-
-[Socket]
-ListenStream=22
-Accept=yes
-
-[Install]
-WantedBy=sockets.target
diff --git a/sshd@.service b/sshd@.service
deleted file mode 100644
index 5280614..0000000
--- a/sshd@.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=SSH Per-Connection Server
-After=syslog.target
-
-[Service]
-ExecStart=-/usr/sbin/sshd -i
-StandardInput=socket