From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ks7cq-0004qH-CY for garchives@archives.gentoo.org; Tue, 21 Oct 2008 03:09:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA44E0350; Tue, 21 Oct 2008 03:09:40 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by pigeon.gentoo.org (Postfix) with ESMTP id CC78BE0350 for ; Tue, 21 Oct 2008 03:09:39 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id c7so1002942nfi.26 for ; Mon, 20 Oct 2008 20:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WphTS3z8a7ivMIjCCD84M0i2ogIlVF4ScN7i5epux/8=; b=U1f8pEg8RoDnq1BIOdaaR9/1zxS0s+kYk5TkAjiLr9PltESDY0W1VgOYSdx6PmKtgR DDNRUGAKaaEdmFU3647dt61h3Syxmmo417SENkxjxECIE9hYtv5fmV5tXjE1/+yt768r mHGfK4tITvHNalGQa1Dazj4iHy0bBu9IED4gg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xD6m20qPlMBFOoLISWy31yrWbJsjDKoNDXn93GwzFVi85K9GCtGi3DcmAS8o9ydjmf UVgVianomW/vwWCBXvB5m1KTBFTI3lMHdAfjH6MyUJSbopqdkt0Z30vXExt6A9cM59lB JAhjButaif0UYo9OOVj0mqAUtBtMsRwGqVWMk= Received: by 10.210.125.13 with SMTP id x13mr6346290ebc.136.1224558578325; Mon, 20 Oct 2008 20:09:38 -0700 (PDT) Received: by 10.210.71.6 with HTTP; Mon, 20 Oct 2008 20:09:38 -0700 (PDT) Message-ID: <7797aa370810202009o7eecad04p9321d2cd809ed436@mail.gmail.com> Date: Tue, 21 Oct 2008 11:09:38 +0800 From: "Chuanwen Wu" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] rsh failed In-Reply-To: <200810201852.38409.dirk.heinrichs@online.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7797aa370810192037o34346dc7w2afa16b17a559a79@mail.gmail.com> <200810201852.38409.dirk.heinrichs@online.de> X-Archives-Salt: aaaa34ce-58f5-4583-8382-128977c1d9b4 X-Archives-Hash: 7248ee8a0a505853db668a7e840a2b54 Hi Dirk, > What's in your ~/.rhosts and what are its permissions? Additionally, what are > the permissions of your ~ directory? In the server machine 192.168.0.1, I have .rhosts under /root and /home/wcw, and they are both as same as below: 192.168.0.7 wcw 192.168.0.7 root and # cat /etc/hosts.equiv 192.168.0.7 The permission of "/home/wcw" is 755, and "/root" is 700. When I tried to rlogin from 192.168.0.7 as the user "wcw" or "root", I got the error below: wcw@wcw-laptop ~ $ rlogin 192.168.0.1 rcmd: 192.168.0.1: Connection reset by peer wcw-laptop ~ # rlogin 192.168.0.1 rcmd: 192.168.0.1: Connection reset by peer Thanks for your help! -- wcw