Date: Thu, 27 Aug 1998 15:47:24 -0400 (EDT) From: CyberPeasant <djv@bedford.net> To: olegs@matrix.ru (Oleg Semenyuk) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rcp for root Message-ID: <199808271947.PAA12102@lucy.bedford.net> In-Reply-To: <Pine.BSI.3.96.SK.980827134300.19451Q-100000@ns.matrix.ru> from Oleg Semenyuk at "Aug 27, 98 01:45:19 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Oleg Semenyuk wrote: > Hi netters, > > can anubody help me? I want use 'rcp' command for root. > But it seems work only for usual username, not for super user. > I tried hosts.equiv, /root/.rhosts - no work for root. hosts.equiv never works for root. Only .rhosts is used. Check the permissions on .rhosts. Should be 600 (rw-------) or 400 (r--------), and owned by root, group wheel. [listread@castor listread]$ ls -la /root/.rhosts -rw------- 1 root wheel - 124 Aug 3 01:39 /root/.rhosts Be sure that the contents of .rhosts are correct. If you use the names of machines, be sure that they can be resolved to IP numbers by the host having the .rhosts file. Dave -- Confutatis maledictis, flammis acribus addictis. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808271947.PAA12102>