From 490d268ba05cec9c89528c21ad9d636b5ccb0cd7 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 7 Apr 2022 18:02:15 +0000 Subject: [PATCH] Manpages nits --- cassh-keyfile.1 | 5 ++--- cassh.1 | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/cassh-keyfile.1 b/cassh-keyfile.1 index 2e2c5a7..bd1e777 100644 --- a/cassh-keyfile.1 +++ b/cassh-keyfile.1 @@ -11,7 +11,7 @@ .\" along with this software. If not, see .\" . .\" -.Dd March 01, 2022 +.Dd April 07, 2022 .Dt CASSH-KEYFILE 1 .Os .Sh NAME @@ -49,8 +49,7 @@ does need one. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr ssh-agent 1 , -.Xr ssh-keygen 1 +.Xr cassh 1 .Sh AUTHORS .An Lucas .Sh LICENSE diff --git a/cassh.1 b/cassh.1 index 32c368f..30f376f 100644 --- a/cassh.1 +++ b/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. .Pp The following commands are available to -.Xr cassh 1 : +.Nm : .Bl -tag -width Ds .It Xo .Cm issue @@ -91,6 +91,8 @@ The basename of the public key being signed. .Pp .Ar key_id accepts the tokens %%, %C, and %f. +It defaults to +.Dq %C/%f . .Pp .Ar principals accepts the tokens %% and %f. @@ -107,18 +109,27 @@ Authority. is copied verbatim to the output, and .Cm cert-authority is always added. +See +.Xr sshd 8 AUTHORIZED_KEYS FILE FORMAT +for details. .It Cm mkfile Ic known_hosts Op Ar hostnames Write a .Ic known_hosts file on standard output corresponding to the current Certification 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 .Sh EXIT STATUS .Ex -std .Sh SEE ALSO .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 .An Lucas .Sh LICENSE