summaryrefslogtreecommitdiff
path: root/ssh-agent.socket
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 /ssh-agent.socket
parentdddefad39a1f3840934db01c3972616a59cbbf3b (diff)
automatic import of opensshopeneuler20.03
Diffstat (limited to 'ssh-agent.socket')
-rw-r--r--ssh-agent.socket14
1 files changed, 14 insertions, 0 deletions
diff --git a/ssh-agent.socket b/ssh-agent.socket
new file mode 100644
index 0000000..d589cbc
--- /dev/null
+++ b/ssh-agent.socket
@@ -0,0 +1,14 @@
+[Unit]
+Description=OpenSSH key agent
+Documentation=man:ssh-agent(1) man:ssh-add(1) man:ssh(1)
+
+[Socket]
+ListenStream=%t/ssh-agent.socket
+Service=ssh-agent.service
+Priority=6
+Backlog=5
+SocketMode=0600
+DirectoryMode=0700
+
+[Install]
+WantedBy=sockets.target