summaryrefslogtreecommitdiff
path: root/sshd@.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-02 08:50:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-02 08:50:58 +0000
commit30bec53452e6548f5acc824117b2f9603a060e05 (patch)
tree69f30dabc262f791a9d502d649fe7477212acc79 /sshd@.service
parentdddefad39a1f3840934db01c3972616a59cbbf3b (diff)
automatic import of opensshopeneuler20.03
Diffstat (limited to 'sshd@.service')
-rw-r--r--sshd@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/sshd@.service b/sshd@.service
new file mode 100644
index 0000000..196c555
--- /dev/null
+++ b/sshd@.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenSSH per-connection server daemon
+Documentation=man:sshd(8) man:sshd_config(5)
+Wants=sshd-keygen.target
+After=sshd-keygen.target
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/sshd
+ExecStart=-/usr/sbin/sshd -i $OPTIONS
+StandardInput=socket