mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Silence
This commit is contained in:
parent
1fea67419a
commit
e28f5b9343
4
etc/sshd
4
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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user