Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 17:50:15 -0800 (PST)
From:      Mike Makonnen <mtm@identd.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/48940: rcp fails for root even when rsh works fine
Message-ID:  <200303070150.h271oFVf015354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/48940; it has been noted by GNATS.

From: Mike Makonnen <mtm@identd.net>
To: Ceri Davies <ceri@FreeBSD.ORG>
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




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