diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2020-06-19 09:21:42 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-06-22 08:11:14 +0200 |
commit | 00531bb42f1af17ddabea59c3d9c4b0629000d27 (patch) | |
tree | 06ba615ec885a705d141ee91e091c60c9f63b43f /ssh-agent.1 | |
parent | Add OPENBSD ORIGINAL marker to bcrypt_pbkdf. (diff) | |
download | openssh-00531bb42f1af17ddabea59c3d9c4b0629000d27.tar.xz openssh-00531bb42f1af17ddabea59c3d9c4b0629000d27.zip |
upstream: Correct synopsis and usage for the options accepted when
passing a command to ssh-agent. ok jmc@
OpenBSD-Commit-ID: b36f0679cb0cac0e33b361051b3406ade82ea846
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index fff0db6bc..8e9295e9d 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.70 2019/12/21 20:22:34 naddy Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.71 2020/06/19 07:21:42 dtucker Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 21 2019 $ +.Dd $Mdocdate: June 19 2020 $ .Dt SSH-AGENT 1 .Os .Sh NAME @@ -48,7 +48,12 @@ .Op Fl E Ar fingerprint_hash .Op Fl P Ar provider_whitelist .Op Fl t Ar life -.Op Ar command Op Ar arg ... +.Nm ssh-agent +.Op Fl a Ar bind_address +.Op Fl E Ar fingerprint_hash +.Op Fl P Ar provider_whitelist +.Op Fl t Ar life +.Ar command Op Ar arg ... .Nm ssh-agent .Op Fl c | s .Fl k |