-.\" $OpenBSD: ssh-agent.1,v 1.83 2025/05/05 02:48:06 djm Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.84 2025/05/05 05:47:28 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
socket
.Ar bind_address .
The default is to create a socket at a random path matching
-.Pa $HOME/.ssh/agent/s.*
+.Pa $HOME/.ssh/agent/s.* .
.It Fl c
Generate C-shell commands on standard output.
This is the default if
.Xr ssh-add 1
overrides this value.
Without this option the default maximum lifetime is forever.
-.It Ar command Op Ar arg ...
-If a command (and optional arguments) is given,
-this is executed as a subprocess of the agent.
-The agent exits automatically when the command given on the command
-line terminates.
.It Fl U
Instructs
.Nm
If this option is given twice,
.Nm
will delete stale agent sockets regardless of the host name that created them.
+.It Ar command Op Ar arg ...
+If a command (and optional arguments) is given,
+this is executed as a subprocess of the agent.
+The agent exits automatically when the command given on the command
+line terminates.
.El
.Pp
There are three main ways to get an agent set up.