|
|
+
Pedro Sá da Costa 2013-02-13, 11:46
-
Re: configure mapreduce to work with pem files.Chris Embree 2013-02-13, 12:59
You need to configure ssh to use your pem files, by default it uses dsa or
rsa files. Look at man ssh_config. On Wed, Feb 13, 2013 at 6:46 AM, Pedro Sá da Costa <[EMAIL PROTECTED]>wrote: > 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 > +
Harsh J 2013-02-13, 12:58
|