diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-12 23:54:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-12 23:54:25 +0000 |
commit | c8599926612a75807f30dd2e6e50772d41bef20f (patch) | |
tree | 2d1c4f510f74b63b87f7be25816f65e9bd0af469 /etc | |
parent | 72a58eed71806c36d2fa8e0eb0c741ca9d5b991a (diff) | |
download | pfsense-c8599926612a75807f30dd2e6e50772d41bef20f.zip pfsense-c8599926612a75807f30dd2e6e50772d41bef20f.tar.gz |
Note in alert that changes to the webgui and such will not be processed until sshd has finished creating its keys. This may be a long process on 133 megahertz boxes.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |