]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: - add full stop to the text in -a - move the -U and -u
authorjmc@openbsd.org <jmc@openbsd.org>
Mon, 5 May 2025 05:47:28 +0000 (05:47 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 7 May 2025 04:12:43 +0000 (14:12 +1000)
text to the correct place

OpenBSD-Commit-ID: 2fb484337a0978c703f61983bb14bc5cbaf898c2

ssh-agent.1

index 3b515ac423849ab2d4e654135bbdbe26cb948dea..9f56e3efdc0848e193eb8a91a9de72b06140201a 100644 (file)
@@ -1,4 +1,4 @@
-.\" $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
@@ -78,7 +78,7 @@ Bind the agent to the
 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
@@ -189,11 +189,6 @@ A lifetime specified for an identity with
 .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
@@ -208,6 +203,11 @@ and then exit immediately.
 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.