From nobody@FreeBSD.org  Mon Jan  8 02:56:26 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id CFCE237B404
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jan 2001 02:55:41 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f08Atf608451;
	Mon, 8 Jan 2001 02:55:41 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200101081055.f08Atf608451@freefall.freebsd.org>
Date: Mon, 8 Jan 2001 02:55:41 -0800 (PST)
From: opentrax@email.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: vague documentation on rshd(8) command line options
X-Send-Pr-Version: www-1.0

>Number:         24149
>Category:       docs
>Synopsis:       vague documentation on rshd(8) command line options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 03:00:01 PST 2001
>Closed-Date:    Thu Feb 1 19:29:40 PST 2001
>Last-Modified:  Thu Feb 01 19:30:16 PST 2001
>Originator:     Jesse Monroy, Jr.
>Release:        3.5-RELEASE
>Organization:
Digital Marshalls
>Environment:
FreeBSD jigsaw.svbug.com 3.5-RELEASE FreeBSD 3.5-RELEASE #0: Sat Nov 11 04:32:50 PST 2000     jessem@jigsaw.svbug.com:/usr/src/sys/compile/JENAUDIO  i386

>Description:
The man page for rshd(8) does not describe the '-a' option.
The '-l' option is buried in the list items (8.).
The '-n' option is also inconsistent with standard documentation.

In addition, the source shows other options not documented;
namely, 'k','x' and 'v'.
>How-To-Repeat:

>Fix:
I offer the following text fixes.

-a	DEPRICATED. This flag is ignored. It is offerd only for 
	compatability reasons.

-l	Do not validate user with ~/.rhosts unless it is the superuser.

-n	Turns off transport-level keepalive messages. Such messages
	are used to detect client crashes or unreachable clients.

-k	Use kerberos(8) Authentication (if compiled into client and
	server).

-v	UNIMPLEMENTED. Vacuous authentication. Apparently this was
	intended for encryption of data stream without the need
	for kerberos(8).

-x	Encrypt the data stream. Requires kerberos(8).

-D	Sets TCP_NODELAY socket option with improves performance of
	small back-to-back writes at the expense of additional
	network traffic.

-L	Cause all successful accesses to be logged to syslogd(8)
	as auth.info messages.


-?	Ignores all other options and immediately quits with usage message.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Thu Feb 1 19:29:40 PST 2001 
State-Changed-Why:  
Committed.  I didn't include all the options you did, as by code 
inspection, they're not used. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24149 
>Unformatted:
