summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 05:06:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 05:06:55 +0000
commit63d671d9560f174011b95a0060e7cb8a04f4ef8f (patch)
tree63358060ee85546d6bd5a26058d82f4bd92b3e8f /etc/sshd
parent878024b1d869afc1264633217f3cfb5869cfe007 (diff)
downloadpfsense-63d671d9560f174011b95a0060e7cb8a04f4ef8f.zip
pfsense-63d671d9560f174011b95a0060e7cb8a04f4ef8f.tar.gz
File a notice when we are done creating ssh 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 d455f67..2cf6aac 100755
--- a/etc/sshd
+++ b/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... ";
}
OpenPOWER on IntegriCloud