aboutsummaryrefslogtreecommitdiff
path: root/etc/network.subr
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-28 19:54:06 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-28 19:54:06 +0000
commit20fb384ee03f2c0a3cf76289e5cf93adb9e17423 (patch)
tree97c2b7c0bd9037748f4e0faa19141e5d51f03980 /etc/network.subr
parent2265d5e30dd81e9fdef4dad9bcb0f47f314bf186 (diff)
downloadsrc-20fb384ee03f2c0a3cf76289e5cf93adb9e17423.tar.gz
src-20fb384ee03f2c0a3cf76289e5cf93adb9e17423.zip
Get the order of things right; the keys need to be generated
early to allow entropy to replenish. sshd must start late to catch the full effects of ldconfig.
Notes
Notes: svn path=/head/; revision=57572
Diffstat (limited to 'etc/network.subr')
-rw-r--r--etc/network.subr4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/network.subr b/etc/network.subr
index a4992f189187..69c7d89ea08f 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -608,11 +608,7 @@ network_pass3() {
if [ ! -f /etc/ssh/ssh_host_key ]; then
echo creating ssh host key
/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
- echo now starting sshd
- else
- echo -n ' sshd';
fi
- ${sshd_program:-/usr/sbin/sshd} ${sshd_flags}
;;
esac