summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.136
1 files changed, 25 insertions, 11 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index c4b50bbdf..83b2b41c8 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.62 2015/11/15 23:54:15 jmc 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
@@ -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: November 15 2015 $ 37.Dd $Mdocdate: November 30 2016 $
38.Dt SSH-AGENT 1 38.Dt SSH-AGENT 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -46,6 +46,7 @@
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 pkcs11_whitelist
49.Op Fl t Ar life 50.Op Fl t Ar life
50.Op Ar command Op Ar arg ... 51.Op Ar command Op Ar arg ...
51.Nm ssh-agent 52.Nm ssh-agent
@@ -121,6 +122,18 @@ The default is
121Kill the current agent (given by the 122Kill the current agent (given by the
122.Ev SSH_AGENT_PID 123.Ev SSH_AGENT_PID
123environment variable). 124environment variable).
125.It Fl P Ar pkcs11_whitelist
126Specify a pattern-list of acceptable paths for PKCS#11 shared libraries
127that may be added using the
128.Fl s
129option to
130.Xr ssh-add 1 .
131The default is to allow loading PKCS#11 libraries from
132.Dq /usr/lib/*,/usr/local/lib/* .
133PKCS#11 libraries that do not match the whitelist will be refused.
134See PATTERNS in
135.Xr ssh_config 5
136for a description of pattern-list syntax.
124.It Fl s 137.It Fl s
125Generate Bourne shell commands on 138Generate Bourne shell commands on
126.Dv stdout . 139.Dv stdout .
@@ -195,7 +208,7 @@ The agent exits automatically when the command given on the command
195line terminates. 208line terminates.
196.Sh FILES 209.Sh FILES
197.Bl -tag -width Ds 210.Bl -tag -width Ds
198.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt 211.It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
199.Ux Ns -domain 212.Ux Ns -domain
200sockets used to contain the connection to the authentication agent. 213sockets used to contain the connection to the authentication agent.
201These sockets should only be readable by the owner. 214These sockets should only be readable by the owner.
@@ -207,11 +220,12 @@ The sockets should get automatically removed when the agent exits.
207.Xr ssh-keygen 1 , 220.Xr ssh-keygen 1 ,
208.Xr sshd 8 221.Xr sshd 8
209.Sh AUTHORS 222.Sh AUTHORS
210OpenSSH is a derivative of the original and free 223.An -nosplit
211ssh 1.2.12 release by Tatu Ylonen. 224OpenSSH is a derivative of the original and free ssh 1.2.12 release by
212Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, 225.An Tatu Ylonen .
213Theo de Raadt and Dug Song 226.An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , Theo de Raadt
214removed many bugs, re-added newer features and 227and
215created OpenSSH. 228.An Dug Song
216Markus Friedl contributed the support for SSH 229removed many bugs, re-added newer features and created OpenSSH.
217protocol versions 1.5 and 2.0. 230.An Markus Friedl
231contributed the support for SSH protocol versions 1.5 and 2.0.