[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.7

1.7     ! djm         1: .\" $OpenBSD: ssh-pkcs11-helper.8,v 1.6 2019/11/30 07:07:59 jmc 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.7     ! djm        17: .Dd $Mdocdate: November 30 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
1.7     ! djm        29: .Xr ssh 1 ,
        !            30: .Xr ssh-agent 1 ,
        !            31: and
        !            32: .Xr ssh-keygen 1
1.3       markus     33: to access keys provided by a PKCS#11 token.
1.1       markus     34: .Pp
                     35: .Nm
1.7     ! djm        36: is not intended to be invoked directly by the user.
1.5       djm        37: .Pp
                     38: A single option is supported:
                     39: .Bl -tag -width Ds
                     40: .It Fl v
                     41: Verbose mode.
                     42: Causes
                     43: .Nm
                     44: to print debugging messages about its progress.
                     45: This is helpful in debugging problems.
                     46: Multiple
                     47: .Fl v
                     48: options increase the verbosity.
                     49: The maximum is 3.
                     50: .Pp
                     51: Note that
1.7     ! djm        52: .Xr ssh 1 ,
        !            53: .Xr ssh-agent 1 ,
        !            54: and
        !            55: .Xr ssh-keygen 1
1.5       djm        56: will automatically pass the
                     57: .Fl v
                     58: flag to
                     59: .Nm
1.7     ! djm        60: when they have themselves been placed in debug mode.
1.5       djm        61: .El
1.1       markus     62: .Sh SEE ALSO
                     63: .Xr ssh 1 ,
1.7     ! djm        64: .Xr ssh-agent 1 ,
        !            65: .Xr ssh-keygen 1
1.1       markus     66: .Sh HISTORY
                     67: .Nm
                     68: first appeared in
                     69: .Ox 4.7 .
                     70: .Sh AUTHORS
1.4       schwarze   71: .An Markus Friedl Aq Mt markus@openbsd.org