diff options
| author | Xin LI <delphij@FreeBSD.org> | 2017-01-11 05:42:06 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2017-01-11 05:42:06 +0000 |
| commit | 8f8c559269bccf737d318b89630a0ef812865b99 (patch) | |
| tree | 2ca10808770781c0ec6670edd0f06416e96e9268 /ssh-agent.1 | |
| parent | 642a1c3843c9c824a6fbcee4d340d711bc049aa9 (diff) | |
Notes
Diffstat (limited to 'ssh-agent.1')
| -rw-r--r-- | ssh-agent.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index c4b50bbdfe74..c349426de6b5 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.62 2015/11/15 23:54:15 jmc Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.63 2016/11/30 03:07:37 djm Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -47,6 +47,7 @@ .Op Fl a Ar bind_address .Op Fl E Ar fingerprint_hash .Op Fl t Ar life +.Op Fl P Ar pkcs11_whitelist .Op Ar command Op Ar arg ... .Nm ssh-agent .Op Fl c | s @@ -121,6 +122,18 @@ The default is Kill the current agent (given by the .Ev SSH_AGENT_PID environment variable). +.It Fl P +Specify a pattern-list of acceptable paths for PKCS#11 shared libraries +that may be added using the +.Fl s +option to +.Xr ssh-add 1 . +The default is to allow loading PKCS#11 libraries from +.Dq /usr/lib/*,/usr/local/lib/* . +PKCS#11 libraries that do not match the whitelist will be refused. +See PATTERNS in +.Xr ssh_config 5 +for a description of pattern-list syntax. .It Fl s Generate Bourne shell commands on .Dv stdout . |
