From f1ff72a66ca2132419e9785a8d95c6cf95cead19 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 19 Jul 2023 16:44:28 +0900 Subject: [PATCH] Add note about man page for ssh certs --- generate_ssh_key_and_cert.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generate_ssh_key_and_cert.sh b/generate_ssh_key_and_cert.sh index bc09025..ef7b080 100755 --- a/generate_ssh_key_and_cert.sh +++ b/generate_ssh_key_and_cert.sh @@ -3,6 +3,8 @@ # This script generates a rsa/ed25519 ssh key signed by a CA key (the CA key # must be on the machine or the CA key's public key can be specified and # ssh-agent will be used to sign with the CA key). +# +# See the CERTIFICATES section in the `ssh-keygen` man-page. # Set this to 0 to disable use of gpg-agent. GPG_AGENT_ENABLED=1