diff options
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 25 |
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 | |||
122 | Kill the current agent (given by the | 122 | Kill the current agent (given by the |
123 | .Ev SSH_AGENT_PID | 123 | .Ev SSH_AGENT_PID |
124 | environment variable). | 124 | environment variable). |
125 | .It Fl P | 125 | .It Fl P Ar pkcs11_whitelist |
126 | Specify a pattern-list of acceptable paths for PKCS#11 shared libraries | 126 | Specify a pattern-list of acceptable paths for PKCS#11 shared libraries |
127 | that may be added using the | 127 | that 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 | |||
208 | line terminates. | 208 | line 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 |
213 | sockets used to contain the connection to the authentication agent. | 213 | sockets used to contain the connection to the authentication agent. |
214 | These sockets should only be readable by the owner. | 214 | These 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 |
223 | OpenSSH is a derivative of the original and free | 223 | .An -nosplit |
224 | ssh 1.2.12 release by Tatu Ylonen. | 224 | OpenSSH is a derivative of the original and free ssh 1.2.12 release by |
225 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, | 225 | .An Tatu Ylonen . |
226 | Theo de Raadt and Dug Song | 226 | .An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , Theo de Raadt |
227 | removed many bugs, re-added newer features and | 227 | and |
228 | created OpenSSH. | 228 | .An Dug Song |
229 | Markus Friedl contributed the support for SSH | 229 | removed many bugs, re-added newer features and created OpenSSH. |
230 | protocol versions 1.5 and 2.0. | 230 | .An Markus Friedl |
231 | contributed the support for SSH protocol versions 1.5 and 2.0. | ||