The Env-Vars list as well as the versions of that table on the debian deployment page are missing SSH_SERVER_FINGERPRINT_ECDSA.
Should have a notice similar to the other key-types with
ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key | awk '{print $2}'
since the setup-wizard will attempt to display it even if empty.
The Env-Vars list as well as the versions of that table on the debian deployment page are missing
SSH_SERVER_FINGERPRINT_ECDSA.Should have a notice similar to the other key-types with
ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key | awk '{print $2}'since the setup-wizard will attempt to display it even if empty.