summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.123
1 files changed, 14 insertions, 9 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 99e4f6d2e..272da79b3 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.70 2019/12/21 20:22:34 naddy Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.72 2020/06/22 05:52:05 djm 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
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.Dd $Mdocdate: December 21 2019 $ 37.Dd $Mdocdate: June 22 2020 $
38.Dt SSH-AGENT 1 38.Dt SSH-AGENT 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -46,9 +46,14 @@
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 P Ar provider_whitelist 49.Op Fl P Ar allowed_providers
50.Op Fl t Ar life 50.Op Fl t Ar life
51.Op Ar command Op Ar arg ... 51.Nm ssh-agent
52.Op Fl a Ar bind_address
53.Op Fl E Ar fingerprint_hash
54.Op Fl P Ar allowed_providers
55.Op Fl t Ar life
56.Ar command Op Ar arg ...
52.Nm ssh-agent 57.Nm ssh-agent
53.Op Fl c | s 58.Op Fl c | s
54.Fl k 59.Fl k
@@ -97,19 +102,19 @@ The default is
97Kill the current agent (given by the 102Kill the current agent (given by the
98.Ev SSH_AGENT_PID 103.Ev SSH_AGENT_PID
99environment variable). 104environment variable).
100.It Fl P Ar provider_whitelist 105.It Fl P Ar allowed_providers
101Specify a pattern-list of acceptable paths for PKCS#11 and FIDO authenticator 106Specify a pattern-list of acceptable paths for PKCS#11 provider and FIDO
102shared libraries that may be used with the 107authenticator middleware shared libraries that may be used with the
103.Fl S 108.Fl S
104or 109or
105.Fl s 110.Fl s
106options to 111options to
107.Xr ssh-add 1 . 112.Xr ssh-add 1 .
108Libraries that do not match the whitelist will be refused. 113Libraries that do not match the pattern list will be refused.
109See PATTERNS in 114See PATTERNS in
110.Xr ssh_config 5 115.Xr ssh_config 5
111for a description of pattern-list syntax. 116for a description of pattern-list syntax.
112The default whitelist is 117The default list is
113.Dq /usr/lib/*,/usr/local/lib/* . 118.Dq /usr/lib/*,/usr/local/lib/* .
114.It Fl s 119.It Fl s
115Generate Bourne shell commands on 120Generate Bourne shell commands on