diff --git a/setup/so-setup b/setup/so-setup index 139cfbe42..3776340c6 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -1015,7 +1015,7 @@ else echo "Post-installation steps have completed. Awaiting user input to clean up installer." >> $setup_log 2>&1 whiptail_setup_complete - [[ $setup_type != 'iso' ]] && whitpail_ssh_warning + [[ $setup_type != 'iso' ]] && whiptail_ssh_warning fi install_cleanup >> "$setup_log" 2>&1 diff --git a/setup/so-whiptail b/setup/so-whiptail index 71a0c6647..5aff9517a 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1807,13 +1807,13 @@ whiptail_ssh_key_copy_notice() { whiptail_check_exitstatus $exitstatus } -whitpail_ssh_warning() { +whiptail_ssh_warning() { [ -n "$TESTING" ] && return local msg read -r -d '' msg <<- EOM - NOTE: You will recceive a warning upon SSH reconnect that the host key has changed. + NOTE: You will receive a warning upon SSH reconnect that the host key has changed. This is expected due to hardening of the OpenSSH server config.