Remove backwards compat.

This commit is contained in:
kim 2023-07-22 08:51:28 +00:00
parent cc95aaefd7
commit 00ac86982a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: sshd,v 1.36 2023/06/10 04:02:39 kim Exp $
# $NetBSD: sshd,v 1.37 2023/07/22 08:51:28 kim Exp $
#
# PROVIDE: sshd
@ -66,7 +66,7 @@ ed25519 -1 ssh_host_ed25519_key
rsa 0 ssh_host_rsa_key
_EOF
if "${new_key_created}"; then
sysctl -q kern.entropy.needed && sshd_motd_unsafe_keys_warning
sshd_motd_unsafe_keys_warning
fi
)
}