Hello!

This is extremely useful when dealing with jails and should be there anyway since with modern CPUs sshd startup time is not problematic:


--- /usr/src/etc/inetd.conf     2004-09-21 23:25:28.000000000 +0200
+++ /etc/inetd.conf     2005-07-30 21:46:44.000000000 +0200
@@ -7,6 +7,8 @@
 # To disable a service, comment it out by prefixing the line with '#'.
 # To enable a service, remove the '#' at the beginning of the line.
 #
+#ssh   stream  tcp     nowait  root    /usr/sbin/sshd          sshd -i -4
+#ssh   stream  tcp6    nowait  root    /usr/sbin/sshd          sshd -i -6
 #ftp   stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
 #ftp   stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
 #telnet        stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd

Reply via email to