From owner-freebsd-bugs Mon Jan 15 16:50:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26483 for bugs-outgoing; Mon, 15 Jan 1996 16:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26477 Mon, 15 Jan 1996 16:50:02 -0800 (PST) Date: Mon, 15 Jan 1996 16:50:02 -0800 (PST) Message-Id: <199601160050.QAA26477@freefall.freebsd.org> To: freebsd-bugs Cc: From: David Muir Sharnoff Subject: Re: bin/945: rcp from 2.0.5 w/Kerberos to 2.1 w/DES doesn't work for root Reply-To: David Muir Sharnoff Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR bin/945; it has been noted by GNATS. From: David Muir Sharnoff To: "Garrett A. Wollman" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/945: rcp from 2.0.5 w/Kerberos to 2.1 w/DES doesn't work for root Date: Mon, 15 Jan 1996 16:42:54 -0800 * < said: * * > On machine B: there is logged output: * * > Jan 14 23:30:49 chaos rshd[349]: usage: rshd [-alnL] * * Your /etc/inetd.conf on machine B is wrong. The line which reads: * * > kshell stream tcp nowait root /usr/libexec/rshd rshd -k * * ...should be commented out. * * -GAWollman That fixed it. Thanks. -Dave