From owner-freebsd-questions Thu Jun 7 14:31:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 9101637B403 for ; Thu, 7 Jun 2001 14:31:21 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: (qmail 8524 invoked from network); 7 Jun 2001 21:39:45 -0000 Received: from unknown (HELO iowna.com) (151.201.71.193) by mail.the-i-pa.com with SMTP; 7 Jun 2001 21:39:45 -0000 Message-ID: <3B1FF228.84D42640@iowna.com> Date: Thu, 07 Jun 2001 17:29:12 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ryan Thai Cc: questions@FreeBSD.org Subject: Re: Can't rcp from 4.2 to 4.2 References: <3B1FE904.66F9687B@niksun.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ryan Thai wrote: > > To whom It may concern or Staff, > > I can't do rcp from a system FreeBSD4.2 to FreeBSD4.2. > The telnet and rlogin are ok but not rcp. It output error "connection > refused". > > Please inform me of what I need to change or do. > Thank you in advance for your help, In /etc/inetd.conf is shell/rshd enabled? This must be enabled to do rcp. Don't use rcp anyway, it's insecure. Use ssh/scp, which are included with the base install. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message