Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF0D0EF9F for ; Sun, 9 Dec 2012 12:31:24 +0000 (UTC) Received: (qmail 85594 invoked by uid 500); 9 Dec 2012 12:31:19 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 85292 invoked by uid 500); 9 Dec 2012 12:31:19 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 85247 invoked by uid 99); 9 Dec 2012 12:31:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2012 12:31:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of riccardo.freschi.it@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2012 12:31:09 +0000 Received: by mail-qc0-f176.google.com with SMTP id n41so1113955qco.35 for ; Sun, 09 Dec 2012 04:30:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Xzk4fot2qftlCTH0U/z8SKnKltx9wQ1zHP+f8gHqC04=; b=o6o7xYXgoOWe5ALozOquMZwoC8JAAcGoRt3daP5UPd93n8Tn92VLAlzkLL7y98HAI/ 4ecZJdPR6pawJHEggseUl64EzoZ/6wYZ4k6vSRoScFV/8yir4IqiiT9hJWZOyZVTb+HZ X1pdAFENAOeCVuPI3R2QMlNi6YGWlN5YTEQWUuyFXEU4H7p/JgYwVvQyH7yfqdz3LDrI gEebkL3iERc/djwnSdj9EOPgsDXPOzVKiJoaBXFGic2IvumLxMOtoUd/7SYhe4z6e9Uz 5rz1FlWqb6+J0kh8PTrPJCAfslY8Qvqf8SxpmDoMGB2nHCBboG/EgsP30dJD5NuOj8W6 9+hg== MIME-Version: 1.0 Received: by 10.49.62.196 with SMTP id a4mr11140364qes.14.1355056248386; Sun, 09 Dec 2012 04:30:48 -0800 (PST) Received: by 10.49.127.208 with HTTP; Sun, 9 Dec 2012 04:30:48 -0800 (PST) Date: Sun, 9 Dec 2012 12:30:48 +0000 Message-ID: Subject: passphraseless ssh From: Riccardo Freschi To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7bdc067a55f42c04d06a9eb8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc067a55f42c04d06a9eb8 Content-Type: text/plain; charset=ISO-8859-1 I tried the following: * hadoop-1.1.1/docs/single_node_setup.html in order for passphraseless ssh to work, the below is not sufficient: Setup passphraseless ssh Now check that you can ssh to the localhost without a passphrase: $ ssh localhost If you cannot ssh to localhost without a passphrase, execute the following commands: $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys I recommend you add the following sentence: remove write permissions from group and other to your home directory and .ssh directory.* --047d7bdc067a55f42c04d06a9eb8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I tried the following:
= hadoop-1.1.1/docs/single_node_setup.html
in order for= =A0passphraseless ssh to work, the below is not sufficient:

Setup passphraseless ssh

Now c= heck that you can ssh to the localhost without a passphrase:
$ ssh localhost

If you cannot ssh to localhost without a passphrase, execute the following = commands:
$ ssh-keygen -t dsa -P '' -f ~/.ssh= /id_dsa=A0
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys<= /span>


I recommend you add the following sentence: remove write permissions from group and other to your home directory and .s= sh directory.
--047d7bdc067a55f42c04d06a9eb8--