From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IEr7f-00057m-CC for garchives@archives.gentoo.org; Sat, 28 Jul 2007 18:34:39 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l6SIXPX1023524; Sat, 28 Jul 2007 18:33:25 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l6SIT1T5018564 for ; Sat, 28 Jul 2007 18:29:02 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 31CCC64FC2 for ; Sat, 28 Jul 2007 18:29:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.007 X-Spam-Level: X-Spam-Status: No, score=0.007 required=5.5 tests=[AWL=0.006, BAYES_50=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E5ry6aQgaE7J for ; Sat, 28 Jul 2007 18:28:59 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4B29065009 for ; Sat, 28 Jul 2007 18:28:58 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IEr23-0007Qf-Un for gentoo-user@gentoo.org; Sat, 28 Jul 2007 20:28:51 +0200 Received: from dslb-088-070-002-239.pools.arcor-ip.net ([88.70.2.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Jul 2007 20:28:51 +0200 Received: from marc.blumentritt by dslb-088-070-002-239.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Jul 2007 20:28:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Marc Blumentritt Subject: [gentoo-user] Re: Problem with keychain Date: Sat, 28 Jul 2007 20:28:38 +0200 Message-ID: References: <184110a70707280443w55fee680pda8caec9b68a75c2@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-088-070-002-239.pools.arcor-ip.net User-Agent: Thunderbird 2.0.0.5 (X11/20070724) In-Reply-To: <184110a70707280443w55fee680pda8caec9b68a75c2@mail.gmail.com> Sender: news X-Archives-Salt: 8d389fbd-c017-4b79-ba9b-c8b83219b7fb X-Archives-Hash: 442ad851d9c77320ed628bce24d855f3 Mike Mazur schrieb: > Hi, > > On 7/28/07, Marc Blumentritt wrote: >> I have a problem with keychain. It is set up following the wiki. I start >> keychain: >> >> >> >> Looking with ssh-add, I see my key: >> hive ~ # ssh-add -l >> 1024 dd:f2:12:2a:bc:8a:55:7e:18:43:03:dd:e9:dd:27:4d /root/.ssh/id_dsa (DSA) >> >> >> So what's wrong? Any ideas? > > There are a few things you might want to check first: > -the permissions of the ~/.ssh folder on the remote system should be > 700 (chmod 700 ~/.ssh) > -the public key id_dsa.pub should be appended to ~/.ssh/authorized_hosts > -permissions of ~/.ssh/authorized_hosts should be 600 This brought me in the right directionen. I created a authorized_keys file, but by mistake I placed it in ~ and not in ~/.ssh/ ! After putting it in the right place, everything works like a charm! Thanks Marc -- gentoo-user@gentoo.org mailing list