From 1e14e2977fcdfd8d1db1e6174462f0e0930fcb4a Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 22 Jan 2022 10:21:14 -0500 Subject: [PATCH 1/3] Fix typo in ssh_warning --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 71a0c6647..ae81f3528 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1813,7 +1813,7 @@ whitpail_ssh_warning() { 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. From 304ef64bc81abe76a1dfec9c26abca9bda4ba2e8 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 22 Jan 2022 10:24:36 -0500 Subject: [PATCH 2/3] fix another typo in ssh_warning --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index ae81f3528..5aff9517a 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1807,7 +1807,7 @@ whiptail_ssh_key_copy_notice() { whiptail_check_exitstatus $exitstatus } -whitpail_ssh_warning() { +whiptail_ssh_warning() { [ -n "$TESTING" ] && return local msg From b103420100acaf4adb18af92f49fe32c4c7283ff Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 22 Jan 2022 10:25:37 -0500 Subject: [PATCH 3/3] fix typo in so-setup --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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