From owner-freebsd-questions Wed Dec 12 5:21:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dirty.research.bell-labs.com (dirty.research.bell-labs.com [204.178.16.6]) by hub.freebsd.org (Postfix) with SMTP id 4797537B417 for ; Wed, 12 Dec 2001 05:21:08 -0800 (PST) Received: from nslocum.cs.bell-labs.com ([135.104.8.38]) by dirty; Wed Dec 12 08:20:16 EST 2001 Received: from research.bell-labs.com (rajeeva.lra.lucent.com [192.11.63.191]) by nslocum.cs.bell-labs.com (8.9.3/8.9.3) with ESMTP id IAA257367475; Wed, 12 Dec 2001 08:19:22 -0500 (EST) Message-ID: <3C17599D.1000807@research.bell-labs.com> Date: Wed, 12 Dec 2001 08:20:29 -0500 From: Rajeev Agrawala User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: rsaauthentication Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to use rsaauthentication with openssh-3.0.1p1. If the client side user (remote user) is same as server user, rsaauthentication works just fine by putting the identity.pub in authorized_keys fileon serverside. However if I try to use rsaauthentication where, the client side user is different than server side user, rsaauthentication fails. I have the client side users identity.pub in serverside user's homedir/.ssh/authorized_keys file. What could be wrong here? I am using it on Redhat linux 7.2 system. Thanks, rajeev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message