On Wed, 27 Dec 2000, Markus Friedl wrote:
> fyi, not all changes are integrated.
>
It is in the snapshots, but I just noticed that there is no usage entry
for it. Nor is there an entry in the OpenBSD tree.
The following should resolve the issue (against the portable tree).
--- ../openssh/sshd.c Thu Dec 21 20:37:04 2000
+++ sshd.c Wed Dec 27 12:53:28 2000
@@ -653,6 +653,7 @@
fprintf(stderr, " -f file Configuration file (default %s)\n",
SERVER_CONFIG_FILE);
fprintf(stderr, " -d Debugging mode (multiple -d means more
debugging)\n");
fprintf(stderr, " -i Started from inetd\n");
+ fprintf(stderr, " -D Startup without forking\n");
fprintf(stderr, " -q Quiet (no logging)\n");
fprintf(stderr, " -p port Listen on the specified port (default:
22)\n");
fprintf(stderr, " -k seconds Regenerate server key every this many
seconds (default: 3600)\n");