summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-10 04:17:48 +0000
commit5b6eac014229d7794f76675379d4a78262ca3400 (patch)
treeb8fd22f975cff714f06cf12fbc7b74669a437f68 /etc/sshd
parentb9e3a295e8b7ee59c928eaccc75fd11360580b7b (diff)
downloadpfsense-5b6eac014229d7794f76675379d4a78262ca3400.zip
pfsense-5b6eac014229d7794f76675379d4a78262ca3400.tar.gz
Use product_name
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sshd b/etc/sshd
index f9c0405..b4aa168 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -138,7 +138,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. Please note that reloading the filter rules and changes will be delayed until this operation is completed.", "SSH KeyGen", "");
+ file_notice("SSH", "{$g['product_name']} 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");
@@ -149,7 +149,7 @@
system("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t dsa -N '' -f $sshConfigDir/ssh_host_dsa_key");
unlink("/etc/keys_generating");
unlink("/tmp/keys_generating");
- file_notice("SSH", "pfSense has completed creating your SSH keys. SSH is now started.", "SSH Startup", "");
+ file_notice("SSH", "{$g['product_name']} has completed creating your SSH keys. SSH is now started.", "SSH Startup", "");
echo "Starting SSH... ";
}
OpenPOWER on IntegriCloud