Manpages nits
This commit is contained in:
parent
8db9f9c7de
commit
490d268ba0
@ -11,7 +11,7 @@
|
|||||||
.\" along with this software. If not, see
|
.\" along with this software. If not, see
|
||||||
.\" <http://creativecommons.org/publicdomain/zero/1.0/>.
|
.\" <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
.\"
|
.\"
|
||||||
.Dd March 01, 2022
|
.Dd April 07, 2022
|
||||||
.Dt CASSH-KEYFILE 1
|
.Dt CASSH-KEYFILE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -49,8 +49,7 @@ does need one.
|
|||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std
|
.Ex -std
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ssh-agent 1 ,
|
.Xr cassh 1
|
||||||
.Xr ssh-keygen 1
|
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Lucas
|
.An Lucas
|
||||||
.Sh LICENSE
|
.Sh LICENSE
|
||||||
|
17
cassh.1
17
cassh.1
@ -61,7 +61,7 @@ directory which holds the public keys to be signed, and an optional
|
|||||||
file holding the current serial number for the issued certificates.
|
file holding the current serial number for the issued certificates.
|
||||||
.Pp
|
.Pp
|
||||||
The following commands are available to
|
The following commands are available to
|
||||||
.Xr cassh 1 :
|
.Nm :
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Xo
|
.It Xo
|
||||||
.Cm issue
|
.Cm issue
|
||||||
@ -91,6 +91,8 @@ The basename of the public key being signed.
|
|||||||
.Pp
|
.Pp
|
||||||
.Ar key_id
|
.Ar key_id
|
||||||
accepts the tokens %%, %C, and %f.
|
accepts the tokens %%, %C, and %f.
|
||||||
|
It defaults to
|
||||||
|
.Dq %C/%f .
|
||||||
.Pp
|
.Pp
|
||||||
.Ar principals
|
.Ar principals
|
||||||
accepts the tokens %% and %f.
|
accepts the tokens %% and %f.
|
||||||
@ -107,18 +109,27 @@ Authority.
|
|||||||
is copied verbatim to the output, and
|
is copied verbatim to the output, and
|
||||||
.Cm cert-authority
|
.Cm cert-authority
|
||||||
is always added.
|
is always added.
|
||||||
|
See
|
||||||
|
.Xr sshd 8 AUTHORIZED_KEYS FILE FORMAT
|
||||||
|
for details.
|
||||||
.It Cm mkfile Ic known_hosts Op Ar hostnames
|
.It Cm mkfile Ic known_hosts Op Ar hostnames
|
||||||
Write a
|
Write a
|
||||||
.Ic known_hosts
|
.Ic known_hosts
|
||||||
file on standard output corresponding to the current Certification
|
file on standard output corresponding to the current Certification
|
||||||
Authority.
|
Authority.
|
||||||
.Ar hostnames is copied verbatim to the output.
|
.Ar hostnames
|
||||||
|
is copied verbatim to the output.
|
||||||
|
See
|
||||||
|
.Xr sshd 8 SSH_KNOWN_HOSTS FILE FORMAT
|
||||||
|
for details.
|
||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std
|
.Ex -std
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ssh-agent 1 ,
|
.Xr ssh-agent 1 ,
|
||||||
.Xr ssh-keygen 1
|
.Xr ssh-keygen 1 ,
|
||||||
|
.Xr sshd 8 AUTHORIZED_KEYS FILE FORMAT ,
|
||||||
|
.Xr sshd 8 SSH_KNOWN_HOSTS FILE FORMAT
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Lucas
|
.An Lucas
|
||||||
.Sh LICENSE
|
.Sh LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user