From owner-freebsd-questions Thu Jan 4 19:33:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27732 for questions-outgoing; Thu, 4 Jan 1996 19:33:57 -0800 (PST) Received: from gorplex.j51.com (gorplex.j51.com [199.224.7.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA27724 for ; Thu, 4 Jan 1996 19:33:49 -0800 (PST) Received: (from drew@localhost) by gorplex.j51.com (8.6.12/8.6.12) id WAA18298 for freebsd-questions@freebsd.org; Thu, 4 Jan 1996 22:33:26 -0500 From: Drew Morone Message-Id: <199601050333.WAA18298@gorplex.j51.com> Subject: rsh'ing as root To: freebsd-questions@freebsd.org Date: Thu, 4 Jan 1996 22:33:26 -0500 (EST) X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk I need to run rsh as root from one machine to a freebsd machine in order to copy some files. I figured that all I have to do is add the local machine to the remote fbsd machine's /root/.rhosts file and to hosts.equiv. I still get permission denied, however. It works ok as a regular user. The remote machine is running fbsd 2.1. am I missing something here?? Drew