xref: /openbsd/usr.bin/ssh/ssh-pkcs11-helper.8 (revision 1890c57d)
1*1890c57dSjmc.\" $OpenBSD: ssh-pkcs11-helper.8,v 1.6 2019/11/30 07:07:59 jmc Exp $
23e04efbeSmarkus.\"
33e04efbeSmarkus.\" Copyright (c) 2010 Markus Friedl.  All rights reserved.
43e04efbeSmarkus.\"
53e04efbeSmarkus.\" Permission to use, copy, modify, and distribute this software for any
63e04efbeSmarkus.\" purpose with or without fee is hereby granted, provided that the above
73e04efbeSmarkus.\" copyright notice and this permission notice appear in all copies.
83e04efbeSmarkus.\"
93e04efbeSmarkus.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
103e04efbeSmarkus.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
113e04efbeSmarkus.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
123e04efbeSmarkus.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
133e04efbeSmarkus.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
143e04efbeSmarkus.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
153e04efbeSmarkus.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
163e04efbeSmarkus.\"
17*1890c57dSjmc.Dd $Mdocdate: November 30 2019 $
183e04efbeSmarkus.Dt SSH-PKCS11-HELPER 8
193e04efbeSmarkus.Os
203e04efbeSmarkus.Sh NAME
213e04efbeSmarkus.Nm ssh-pkcs11-helper
22*1890c57dSjmc.Nd OpenSSH helper for PKCS#11 support
233e04efbeSmarkus.Sh SYNOPSIS
243e04efbeSmarkus.Nm
259f07e697Sdjm.Op Fl v
263e04efbeSmarkus.Sh DESCRIPTION
273e04efbeSmarkus.Nm
283e04efbeSmarkusis used by
293e04efbeSmarkus.Xr ssh-agent 1
3091bee2fcSmarkusto access keys provided by a PKCS#11 token.
313e04efbeSmarkus.Pp
323e04efbeSmarkus.Nm
333e04efbeSmarkusis not intended to be invoked by the user, but from
343e04efbeSmarkus.Xr ssh-agent 1 .
359f07e697Sdjm.Pp
369f07e697SdjmA single option is supported:
379f07e697Sdjm.Bl -tag -width Ds
389f07e697Sdjm.It Fl v
399f07e697SdjmVerbose mode.
409f07e697SdjmCauses
419f07e697Sdjm.Nm
429f07e697Sdjmto print debugging messages about its progress.
439f07e697SdjmThis is helpful in debugging problems.
449f07e697SdjmMultiple
459f07e697Sdjm.Fl v
469f07e697Sdjmoptions increase the verbosity.
479f07e697SdjmThe maximum is 3.
489f07e697Sdjm.Pp
499f07e697SdjmNote that
509f07e697Sdjm.Xr ssh-agent 1
519f07e697Sdjmwill automatically pass the
529f07e697Sdjm.Fl v
539f07e697Sdjmflag to
549f07e697Sdjm.Nm
559f07e697Sdjmwhen it has itself been placed in debug mode.
569f07e697Sdjm.El
573e04efbeSmarkus.Sh SEE ALSO
583e04efbeSmarkus.Xr ssh 1 ,
593e04efbeSmarkus.Xr ssh-add 1 ,
603e04efbeSmarkus.Xr ssh-agent 1
613e04efbeSmarkus.Sh HISTORY
623e04efbeSmarkus.Nm
633e04efbeSmarkusfirst appeared in
643e04efbeSmarkus.Ox 4.7 .
653e04efbeSmarkus.Sh AUTHORS
6676c04420Sschwarze.An Markus Friedl Aq Mt markus@openbsd.org
67