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 32a5b10 commit c0b6511Copy full SHA for c0b6511
docker/root/etc/s6/openssh/setup
@@ -31,6 +31,7 @@ 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
35
if [ -e /data/ssh/ssh_host_ed25519_key-cert.pub ]; then
36
SSH_ED25519_CERT=${SSH_ED25519_CERT:-"/data/ssh/ssh_host_ed25519_key-cert.pub"}
37
0 commit comments