Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2001 02:55:41 -0800 (PST)
From:      opentrax@email.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/24149: vague documentation on rshd(8) command line options
Message-ID:  <200101081055.f08Atf608451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24149
>Category:       docs
>Synopsis:       vague documentation on rshd(8) command line options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 08 03:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101081055.f08Atf608451>