mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
File a notice when we are done creating ssh keys
This commit is contained in:
parent
878024b1d8
commit
63d671d956
1
etc/sshd
1
etc/sshd
@ -130,6 +130,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", "");
|
||||
echo "Starting SSH... ";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user