summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index 82cd207..fe0a679 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -121,7 +121,7 @@
if (!file_exists("$sshConfigDir/ssh_host_key") or file_exists("/etc/keys_generating")) {
/* remove previous keys and regen later */
- file_notice("SSH", "pfSense has started creating your SSH keys. SSH Startup will be delayed.", "SSH KeyGen", "");
+ file_notice("SSH", "pfSense has started creating your SSH keys. SSH Startup will be delayed. Please note that reloading the filter rules and changes will be delayed until this operation is completed.", "SSH KeyGen", "");
conf_mount_rw();
mwexec("rm /etc/ssh/ssh_host_*");
touch("/etc/keys_generating");
OpenPOWER on IntegriCloud