Update wording, as the new key tends to be ED25519, not ECDSA

This commit is contained in:
William Wernert
2021-04-02 10:20:28 -04:00
parent fd57996bc6
commit 8b8086b91a

View File

@@ -125,7 +125,7 @@ main() {
mv -f $temp_config $sshd_config
if ! [[ $quiet ]]; then echo "Reloading sshd to load config changes"; fi
systemctl reload sshd
echo "[ WARNING ] Any new ssh sessions will need to remove and reaccept the ECDSA key for this server before reconnecting."
echo "[ WARNING ] Any new ssh sessions will need to remove and reaccept the host key fingerprint for this server before reconnecting."
else
if ! [[ $quiet ]]; then echo "No changes made to temp file, cleaning up"; fi
rm -f $temp_config