summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2016-11-30 06:54:26 +0000
committerDamien Miller <djm@mindrot.org>2016-11-30 19:44:25 +1100
commit5d333131cd8519d022389cfd3236280818dae1bc (patch)
treeea2197dc230603483fa02eec0f205f0fde2bdf7b /ssh-agent.1
parent786d5994da79151180cb14a6cf157ebbba61c0cc (diff)
upstream commit
tweak previous; while here fix up FILES and AUTHORS; Upstream-ID: 93f6e54086145a75df8d8ec7d8689bdadbbac8fa
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.125
1 files changed, 13 insertions, 12 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 372adbe7c..83b2b41c8 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.63 2016/11/30 03:07:37 djm Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.64 2016/11/30 06:54:26 jmc Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -46,8 +46,8 @@
46.Op Fl \&Dd 46.Op Fl \&Dd
47.Op Fl a Ar bind_address 47.Op Fl a Ar bind_address
48.Op Fl E Ar fingerprint_hash 48.Op Fl E Ar fingerprint_hash
49.Op Fl t Ar life
50.Op Fl P Ar pkcs11_whitelist 49.Op Fl P Ar pkcs11_whitelist
50.Op Fl t Ar life
51.Op Ar command Op Ar arg ... 51.Op Ar command Op Ar arg ...
52.Nm ssh-agent 52.Nm ssh-agent
53.Op Fl c | s 53.Op Fl c | s
@@ -122,7 +122,7 @@ The default is
122Kill the current agent (given by the 122Kill the current agent (given by the
123.Ev SSH_AGENT_PID 123.Ev SSH_AGENT_PID
124environment variable). 124environment variable).
125.It Fl P 125.It Fl P Ar pkcs11_whitelist
126Specify a pattern-list of acceptable paths for PKCS#11 shared libraries 126Specify a pattern-list of acceptable paths for PKCS#11 shared libraries
127that may be added using the 127that may be added using the
128.Fl s 128.Fl s
@@ -208,7 +208,7 @@ The agent exits automatically when the command given on the command
208line terminates. 208line terminates.
209.Sh FILES 209.Sh FILES
210.Bl -tag -width Ds 210.Bl -tag -width Ds
211.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt 211.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
212.Ux Ns -domain 212.Ux Ns -domain
213sockets used to contain the connection to the authentication agent. 213sockets used to contain the connection to the authentication agent.
214These sockets should only be readable by the owner. 214These sockets should only be readable by the owner.
@@ -220,11 +220,12 @@ The sockets should get automatically removed when the agent exits.
220.Xr ssh-keygen 1 , 220.Xr ssh-keygen 1 ,
221.Xr sshd 8 221.Xr sshd 8
222.Sh AUTHORS 222.Sh AUTHORS
223OpenSSH is a derivative of the original and free 223.An -nosplit
224ssh 1.2.12 release by Tatu Ylonen. 224OpenSSH is a derivative of the original and free ssh 1.2.12 release by
225Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, 225.An Tatu Ylonen .
226Theo de Raadt and Dug Song 226.An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , Theo de Raadt
227removed many bugs, re-added newer features and 227and
228created OpenSSH. 228.An Dug Song
229Markus Friedl contributed the support for SSH 229removed many bugs, re-added newer features and created OpenSSH.
230protocol versions 1.5 and 2.0. 230.An Markus Friedl
231contributed the support for SSH protocol versions 1.5 and 2.0.