Well i made ssh with passphares. as the system in which i need to login requires ssh with pass phrases and those systems have to be part of my cluster. and so I need a way where I can specify -i path/to key/ and passphrase to hadoop in before hand.
Pankil On Thu, May 21, 2009 at 9:35 PM, Aaron Kimball <aa...@cloudera.com> wrote: > Pankil, > > That means that either you're using the wrong ssh key and it's falling back > to password authentication, or else you created your ssh keys with > passphrases attached; try making new ssh keys with ssh-keygen and > distributing those to start again? > > - Aaron > > On Thu, May 21, 2009 at 3:49 PM, Pankil Doshi <forpan...@gmail.com> wrote: > > > The problem is that it also prompts for the pass phrase. > > > > On Thu, May 21, 2009 at 2:14 PM, Brian Bockelman <bbock...@cse.unl.edu > > >wrote: > > > > > Hey Pankil, > > > > > > Use ~/.ssh/config to set the default key location to the proper place > for > > > each host, if you're going down that route. > > > > > > I'd remind you that SSH is only used as a convenient method to launch > > > daemons. If you have a preferred way to start things up on your > cluster, > > > you can use that (I think most large clusters don't use ssh... could be > > > wrong). > > > > > > Brian > > > > > > > > > On May 21, 2009, at 2:07 PM, Pankil Doshi wrote: > > > > > > Hello everyone, > > >> > > >> I got hint how to solve the problem where clusters have different > > >> usernames.but now other problem I face is that i can ssh a machine by > > >> using > > >> -i path/to key/ ..I cant ssh them directly but I will have to always > > pass > > >> the key. > > >> > > >> Now i face problem in ssh-ing my machines.Does anyone have any ideas > how > > >> to > > >> deal with that?? > > >> > > >> Regards > > >> Pankil > > >> > > > > > > > > >