From e28f5b9343d8455f805cdecd402c0bef493fb121 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 18 Jun 2010 10:47:03 -0400 Subject: Silence --- etc/sshd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/sshd b/etc/sshd index 285cf65..a700615 100755 --- a/etc/sshd +++ b/etc/sshd @@ -64,7 +64,7 @@ foreach($files_to_check as $f2c) { if(file_exists("/etc/ssh/{$f2c}")) if(file_size("/etc/ssh/{$f2c}")==0) { - mwexec("rm /etc/ssh/ssh_host*"); + mwexec("rm /etc/ssh/ssh_host*", true); } } @@ -138,7 +138,7 @@ if (!file_exists("$sshConfigDir/ssh_host_key")) { /* remove previous keys and regen later */ 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", ""); - mwexec("rm /etc/ssh/ssh_host_*"); + mwexec("rm /etc/ssh/ssh_host_*", true); mark_subsystem_dirty('sshdkeys'); echo " Generating Keys:\n"; system("/usr/bin/nice -n20 /usr/bin/ssh-keygen -t rsa1 -N '' -f $sshConfigDir/ssh_host_key"); -- cgit v1.1