This unit is provided by:
Options
-
[Install]
-
Also=ssh-agent.socket
-
-
[Service]
-
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
-
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
-
ExecStart=/usr/lib/openssh/agent-launch start
-
ExecStartPre=/usr/bin/rm -f $SSH_AUTH_SOCK
-
ExecStopPost=/usr/lib/openssh/agent-launch stop
-
PassEnvironment=SSH_AGENT_PID
-
SuccessExitStatus=2
-
Type=forking
-
-
[Unit]
-
After=dbus.socket
-
Before=graphical-session-pre.target
-
ConditionEnvironment=!SSH_AGENT_PID
-
ConditionPathExists=/etc/X11/Xsession.options
-
Description=OpenSSH Agent
-
Description=OpenSSH key agent
-
Documentation=man:ssh-agent(1)
-
Documentation=man:ssh-agent(1) man:ssh-add(1) man:ssh(1)
-
Requires=ssh-agent.socket
-
Wants=dbus.socket
-
Additionnal notes
Nothing here.