We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b6511 commit 794aea1Copy full SHA for 794aea1
docker/root/etc/s6/openssh/setup
@@ -31,7 +31,9 @@ if [ -e /data/ssh/ssh_host_ecdsa_cert ]; then
31
SSH_ECDSA_CERT=${SSH_ECDSA_CERT:-"/data/ssh/ssh_host_ecdsa_cert"}
32
fi
33
34
-# check locations ssh-keygen would put the certs in
+# In case someone wants to sign the `{keyname}.pub` key by `ssh-keygen -s ca -I identity ...` to
35
+# make use of the ssh-key certificate authority feature (see ssh-keygen CERTIFICATES section),
36
+# the generated key file name is `{keyname}-cert.pub`
37
if [ -e /data/ssh/ssh_host_ed25519_key-cert.pub ]; then
38
SSH_ED25519_CERT=${SSH_ED25519_CERT:-"/data/ssh/ssh_host_ed25519_key-cert.pub"}
39
0 commit comments