[BACK]Return to ssh-pkcs11-helper.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/ssh-pkcs11-helper.8, Revision 1.6

1.6     ! jmc         1: .\" $OpenBSD: ssh-pkcs11-helper.8,v 1.5 2019/01/21 12:53:35 djm Exp $
1.1       markus      2: .\"
                      3: .\" Copyright (c) 2010 Markus Friedl.  All rights reserved.
                      4: .\"
                      5: .\" Permission to use, copy, modify, and distribute this software for any
                      6: .\" purpose with or without fee is hereby granted, provided that the above
                      7: .\" copyright notice and this permission notice appear in all copies.
1.2       markus      8: .\"
1.1       markus      9: .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     10: .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     11: .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     12: .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     13: .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     14: .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     15: .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     16: .\"
1.6     ! jmc        17: .Dd $Mdocdate: January 21 2019 $
1.1       markus     18: .Dt SSH-PKCS11-HELPER 8
                     19: .Os
                     20: .Sh NAME
                     21: .Nm ssh-pkcs11-helper
1.6     ! jmc        22: .Nd OpenSSH helper for PKCS#11 support
1.1       markus     23: .Sh SYNOPSIS
                     24: .Nm
1.5       djm        25: .Op Fl v
1.1       markus     26: .Sh DESCRIPTION
                     27: .Nm
                     28: is used by
                     29: .Xr ssh-agent 1
1.3       markus     30: to access keys provided by a PKCS#11 token.
1.1       markus     31: .Pp
                     32: .Nm
                     33: is not intended to be invoked by the user, but from
                     34: .Xr ssh-agent 1 .
1.5       djm        35: .Pp
                     36: A single option is supported:
                     37: .Bl -tag -width Ds
                     38: .It Fl v
                     39: Verbose mode.
                     40: Causes
                     41: .Nm
                     42: to print debugging messages about its progress.
                     43: This is helpful in debugging problems.
                     44: Multiple
                     45: .Fl v
                     46: options increase the verbosity.
                     47: The maximum is 3.
                     48: .Pp
                     49: Note that
                     50: .Xr ssh-agent 1
                     51: will automatically pass the
                     52: .Fl v
                     53: flag to
                     54: .Nm
                     55: when it has itself been placed in debug mode.
                     56: .El
1.1       markus     57: .Sh SEE ALSO
                     58: .Xr ssh 1 ,
                     59: .Xr ssh-add 1 ,
                     60: .Xr ssh-agent 1
                     61: .Sh HISTORY
                     62: .Nm
                     63: first appeared in
                     64: .Ox 4.7 .
                     65: .Sh AUTHORS
1.4       schwarze   66: .An Markus Friedl Aq Mt markus@openbsd.org