summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-29 23:58:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-29 23:58:12 +0000
commit772ece2e3211c47ed9c79d836f52e26404e84ff6 (patch)
tree301f9b6296efe9df3051293fd551754b08b6f801 /etc/sshd
parenta52609a57640b952b53fbb0da2977822217568da (diff)
downloadpfsense-772ece2e3211c47ed9c79d836f52e26404e84ff6.zip
pfsense-772ece2e3211c47ed9c79d836f52e26404e84ff6.tar.gz
File a alert when we start creating keys
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 2153f21..82cd207 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -121,6 +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", "");
conf_mount_rw();
mwexec("rm /etc/ssh/ssh_host_*");
touch("/etc/keys_generating");
OpenPOWER on IntegriCloud