Skip to content

Commit c0b6511

Browse files
committed
added comment
1 parent 32a5b10 commit c0b6511

File tree

1 file changed

+1
-0
lines changed
  • docker/root/etc/s6/openssh

1 file changed

+1
-0
lines changed

docker/root/etc/s6/openssh/setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [ -e /data/ssh/ssh_host_ecdsa_cert ]; then
3131
SSH_ECDSA_CERT=${SSH_ECDSA_CERT:-"/data/ssh/ssh_host_ecdsa_cert"}
3232
fi
3333

34+
# check locations ssh-keygen would put the certs in
3435
if [ -e /data/ssh/ssh_host_ed25519_key-cert.pub ]; then
3536
SSH_ED25519_CERT=${SSH_ED25519_CERT:-"/data/ssh/ssh_host_ed25519_key-cert.pub"}
3637
fi

0 commit comments

Comments
 (0)