upstream: mention that the helpers are used by ssh(1), ssh-agent(1)

and ssh-keygen(1). Previously only ssh(1) was mentioned. From Pedro
Martelletto

OpenBSD-Commit-ID: 30f880f989d4b329589c1c404315685960a5f153
This commit is contained in:
djm@openbsd.org 2022-04-29 03:24:30 +00:00 committed by Damien Miller
parent 3e26b3a6ee
commit af59463553
2 changed files with 28 additions and 18 deletions

View File

@ -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. .\" Copyright (c) 2010 Markus Friedl. All rights reserved.
.\" .\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt SSH-PKCS11-HELPER 8
.Os .Os
.Sh NAME .Sh NAME
@ -26,12 +26,14 @@
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is used by 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. to access keys provided by a PKCS#11 token.
.Pp .Pp
.Nm .Nm
is not intended to be invoked by the user, but from is not intended to be invoked directly by the user.
.Xr ssh-agent 1 .
.Pp .Pp
A single option is supported: A single option is supported:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -47,17 +49,20 @@ options increase the verbosity.
The maximum is 3. The maximum is 3.
.Pp .Pp
Note that Note that
.Xr ssh-agent 1 .Xr ssh 1 ,
.Xr ssh-agent 1 ,
and
.Xr ssh-keygen 1
will automatically pass the will automatically pass the
.Fl v .Fl v
flag to flag to
.Nm .Nm
when it has itself been placed in debug mode. when they have themselves been placed in debug mode.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-agent 1 ,
.Xr ssh-agent 1 .Xr ssh-keygen 1
.Sh HISTORY .Sh HISTORY
.Nm .Nm
first appeared in first appeared in

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-sk-helper.8,v 1.3 2019/12/21 20:22:34 naddy Exp $ .\" $OpenBSD: ssh-sk-helper.8,v 1.4 2022/04/29 03:24:30 djm Exp $
.\" .\"
.\" Copyright (c) 2010 Markus Friedl. All rights reserved. .\" Copyright (c) 2010 Markus Friedl. All rights reserved.
.\" .\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: December 21 2019 $ .Dd $Mdocdate: April 29 2022 $
.Dt SSH-SK-HELPER 8 .Dt SSH-SK-HELPER 8
.Os .Os
.Sh NAME .Sh NAME
@ -26,12 +26,14 @@
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is used by 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 FIDO authenticator. to access keys provided by a FIDO authenticator.
.Pp .Pp
.Nm .Nm
is not intended to be invoked by the user, but from is not intended to be invoked directly by the user.
.Xr ssh-agent 1 .
.Pp .Pp
A single option is supported: A single option is supported:
.Bl -tag -width Ds .Bl -tag -width Ds
@ -47,17 +49,20 @@ options increase the verbosity.
The maximum is 3. The maximum is 3.
.Pp .Pp
Note that Note that
.Xr ssh-agent 1 .Xr ssh 1 ,
.Xr ssh-agent 1 ,
and
.Xr ssh-keygen 1
will automatically pass the will automatically pass the
.Fl v .Fl v
flag to flag to
.Nm .Nm
when it has itself been placed in debug mode. when they have themselves been placed in debug mode.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-agent 1 ,
.Xr ssh-agent 1 .Xr ssh-keygen 1
.Sh HISTORY .Sh HISTORY
.Nm .Nm
first appeared in first appeared in