mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Update wording, as the new key tends to be ED25519, not ECDSA
This commit is contained in:
@@ -125,7 +125,7 @@ main() {
|
|||||||
mv -f $temp_config $sshd_config
|
mv -f $temp_config $sshd_config
|
||||||
if ! [[ $quiet ]]; then echo "Reloading sshd to load config changes"; fi
|
if ! [[ $quiet ]]; then echo "Reloading sshd to load config changes"; fi
|
||||||
systemctl reload sshd
|
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
|
else
|
||||||
if ! [[ $quiet ]]; then echo "No changes made to temp file, cleaning up"; fi
|
if ! [[ $quiet ]]; then echo "No changes made to temp file, cleaning up"; fi
|
||||||
rm -f $temp_config
|
rm -f $temp_config
|
||||||
|
|||||||
Reference in New Issue
Block a user