From owner-freebsd-bugs Thu Mar 6 17:50:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A44437B401 for ; Thu, 6 Mar 2003 17:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A7543F75 for ; Thu, 6 Mar 2003 17:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h271oFNS015355 for ; Thu, 6 Mar 2003 17:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h271oFVf015354; Thu, 6 Mar 2003 17:50:15 -0800 (PST) Date: Thu, 6 Mar 2003 17:50:15 -0800 (PST) Message-Id: <200303070150.h271oFVf015354@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Makonnen Subject: Re: bin/48940: rcp fails for root even when rsh works fine Reply-To: Mike Makonnen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/48940; it has been noted by GNATS. From: Mike Makonnen To: Ceri Davies Cc: bug-followup@FreeBSD.ORG Subject: Re: bin/48940: rcp fails for root even when rsh works fine Date: Thu, 6 Mar 2003 20:49:18 -0500 By default ssh does not permit root logins and ignores .rhosts files. You will need to add the following to /etc/ssh/sshd_config. The usual caveats about security implications apply... PermitRootLogin yes IgnoreRhosts no Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message