aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/ssh-pkcs11-helper.8
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-pkcs11-helper.8')
-rw-r--r--crypto/openssh/ssh-pkcs11-helper.823
1 files changed, 14 insertions, 9 deletions
diff --git a/crypto/openssh/ssh-pkcs11-helper.8 b/crypto/openssh/ssh-pkcs11-helper.8
index 6a592b1f36e3..5edc98507e0c 100644
--- a/crypto/openssh/ssh-pkcs11-helper.8
+++ b/crypto/openssh/ssh-pkcs11-helper.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-pkcs11-helper.8,v 1.6 2019/11/30 07:07:59 jmc Exp $
+.\" $OpenBSD: ssh-pkcs11-helper.8,v 1.7 2022/04/29 03:24:30 djm Exp $
.\"
.\" Copyright (c) 2010 Markus Friedl. All rights reserved.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 30 2019 $
+.Dd $Mdocdate: April 29 2022 $
.Dt SSH-PKCS11-HELPER 8
.Os
.Sh NAME
@@ -26,12 +26,14 @@
.Sh DESCRIPTION
.Nm
is used by
-.Xr ssh-agent 1
+.Xr ssh 1 ,
+.Xr ssh-agent 1 ,
+and
+.Xr ssh-keygen 1
to access keys provided by a PKCS#11 token.
.Pp
.Nm
-is not intended to be invoked by the user, but from
-.Xr ssh-agent 1 .
+is not intended to be invoked directly by the user.
.Pp
A single option is supported:
.Bl -tag -width Ds
@@ -47,17 +49,20 @@ options increase the verbosity.
The maximum is 3.
.Pp
Note that
-.Xr ssh-agent 1
+.Xr ssh 1 ,
+.Xr ssh-agent 1 ,
+and
+.Xr ssh-keygen 1
will automatically pass the
.Fl v
flag to
.Nm
-when it has itself been placed in debug mode.
+when they have themselves been placed in debug mode.
.El
.Sh SEE ALSO
.Xr ssh 1 ,
-.Xr ssh-add 1 ,
-.Xr ssh-agent 1
+.Xr ssh-agent 1 ,
+.Xr ssh-keygen 1
.Sh HISTORY
.Nm
first appeared in