Lines Matching full:agent
1 .\" $OpenBSD: ssh-agent.1,v 1.79 2023/08/10 14:37:32 naddy Exp $
41 .Nm ssh-agent
42 .Nd OpenSSH authentication agent
44 .Nm ssh-agent
52 .Nm ssh-agent
59 .Nm ssh-agent
65 Through use of environment variables the agent can be located
73 Bind the agent to the
78 .Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .
104 Kill the current agent (given by the
125 and use of other tools to forward access to the agent socket may circumvent
167 Set a default value for the maximum lifetime of identities added to the agent.
178 this is executed as a subprocess of the agent.
179 The agent exits automatically when the command given on the command
183 There are two main ways to get an agent set up.
188 The agent starts a command under which its environment
190 .Cm ssh-agent xterm & .
191 When the command terminates, so does the agent.
199 .Cm eval `ssh-agent -s` .
204 and uses them to establish a connection to the agent.
206 The agent initially does not have any private keys.
234 the connection to the agent is forwarded over SSH remote connections
243 starts, it stores the name of the agent's process ID (PID) in this variable.
255 .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
257 sockets used to contain the connection to the authentication agent.
259 The sockets should get automatically removed when the agent exits.