From mboxrd@z Thu Jan 1 00:00:00 1970 From: "alexander.lopata" Subject: SSH Date: Sun, 13 Jul 2008 03:14:59 +0300 Message-ID: <48794903.3040309@tut.by> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:content-type:content-transfer-encoding:from; bh=pBhA+9YDpD08xz/ORdzOXxJjvL9+U4s0Luod8DP4lhE=; b=pQBUhij28eBRI6aX+zyd1DGiT7vkjC2E8SbTca4hpVcDUodEJquFhWlY6cG75nKdZX ePjDh97FPIPtNnecF1KAVBFnCPBhYoKfLdVd09nPjCw1MN2qv3pcyXDFLuXknXdCajCa ovGmsQsZYfB7V9LJxlv+yp0YhFziDA8t0XHGU= Sender: linux-admin-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-admin@vger.kernel.org It seems that sshd does not see authorized_keys file in my home folder. What I've done is put my openSSH public key in %h/.ssh/authorized_keys and configure my ssh client to use corresponding private key. But SSH still ask password. What can be wrong ?