Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 21D8DEA7F for ; Wed, 13 Feb 2013 11:47:55 +0000 (UTC) Received: (qmail 21869 invoked by uid 500); 13 Feb 2013 11:47:50 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 21262 invoked by uid 500); 13 Feb 2013 11:47:44 -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 21238 invoked by uid 99); 13 Feb 2013 11:47:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 11:47:43 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of psdc1978@gmail.com designates 209.85.212.174 as permitted sender) Received: from [209.85.212.174] (HELO mail-wi0-f174.google.com) (209.85.212.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 11:47:37 +0000 Received: by mail-wi0-f174.google.com with SMTP id hi8so5565826wib.13 for ; Wed, 13 Feb 2013 03:47:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=w5MwarArKLSqSmFPpZgbsQI8GE8K4OtL8VfOagiPQ1M=; b=FAcy/wocadUQGvuoW/vwTccyy/TtNKy7agv5UigfYh+iiulQRi1ZD4FnyguVteLoo5 1A65nc3IApV5Dy9PAqA6mFdzH4C6MUvqryhGshSlxVQf3bepzHo5LfvcfYQ1sFRPdHDQ s7Cg8UzzxL2XJRHKBbQoJCWRHePUjh3M5NmAli09QaLhWQIPuHdW+4pJZdCr5jCK5cjt p7KabFT0oGmnT+4cHRPl5c6WojJesHR4EQTWrFd1MX68I2QZ2hwg38EedzUBznApdtHx 6cRvbn3X4+t55k4Tfiz6EVoGBY1GVT1y+0s/LFWaNT29Qy9B7KG0UQ1W3zQyDMLrZMdH Q2dQ== X-Received: by 10.180.95.66 with SMTP id di2mr9389281wib.18.1360756035092; Wed, 13 Feb 2013 03:47:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.95.97 with HTTP; Wed, 13 Feb 2013 03:46:45 -0800 (PST) From: =?ISO-8859-1?Q?Pedro_S=E1_da_Costa?= Date: Wed, 13 Feb 2013 11:46:45 +0000 Message-ID: Subject: configure mapreduce to work with pem files. To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d0418252419027704d599b43b X-Virus-Checked: Checked by ClamAV on apache.org --f46d0418252419027704d599b43b Content-Type: text/plain; charset=ISO-8859-1 I'm trying to configure ssh for the Hadoop mapreduce, but my nodes only communicate with each others using RSA keys in pem format. (It doesn't work) ssh user@host Permission denied (publickey). (It works) ssh -i ~/key.pem user@host The nodes in mapreduce communicate using ssh. How I configure the ssh, or the mapreduce to work with the pem file. -- Best regards, P --f46d0418252419027704d599b43b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm trying to configure ssh for the Hadoop mapreduce, but my nodes only= communicate with each others using RSA keys in pem format.=A0

(It doesn't work)
ssh user@host=A0
Perm= ission denied (publickey).

(It works)
ssh -i ~/key.pem user@host

The nodes in mapreduce communicate using ssh.=A0How I con= figure the ssh, or the mapreduce to work with the pem file.


--
Best regards,
P
--f46d0418252419027704d599b43b--