You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@whirr.apache.org by Prashanth Mohan <pr...@gmail.com> on 2011/05/14 11:16:01 UTC

Log into cluster

Hello,

I am trying to log into the cluster created by whirr. I have defined
the following variables:
whirr.private-key-file=${sys:user.home}/.ssh/whirr.id_rsa
whirr.public-key-file=${sys:user.home}/.ssh/whirr.id_rsa.pub

when I try to login to the machine however, it does not accept my key
and asks for a password (which I don't have).

3972 ~ % ssh -i ~/.ssh/whirr.id_rsa
ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com
The authenticity of host
'ec2-50-18-68-207.us-west-1.compute.amazonaws.com (50.18.68.207)'
can't be established.
RSA key fingerprint is f5:7b:98:12:04:12:84:e8:63:db:dd:cc:e2:48:25:a5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added
'ec2-50-18-68-207.us-west-1.compute.amazonaws.com,50.18.68.207' (RSA)
to the list of known hosts.
ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com's password:

Anyone know the problem?
-- 
Prashanth Mohan
http://www.cs.berkeley.edu/~prmohan

Re: Log into cluster

Posted by Prashanth Mohan <pr...@gmail.com>.
Ah. Thank you. I am very much using 0.4.0.

-Prashanth

On May 14, 2011, at 2:42 AM, Andrei Savu wrote:

> What version of Whirr are you using?
> 
> Starting from version 0.4.0 you have to use the current local user or the user specified by whirr.cluster-user. 
> On May 14, 2011 12:17 PM, "Prashanth Mohan" <pr...@gmail.com> wrote:
> > Hello,
> > 
> > I am trying to log into the cluster created by whirr. I have defined
> > the following variables:
> > whirr.private-key-file=${sys:user.home}/.ssh/whirr.id_rsa
> > whirr.public-key-file=${sys:user.home}/.ssh/whirr.id_rsa.pub
> > 
> > when I try to login to the machine however, it does not accept my key
> > and asks for a password (which I don't have).
> > 
> > 3972 ~ % ssh -i ~/.ssh/whirr.id_rsa
> > ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com
> > The authenticity of host
> > 'ec2-50-18-68-207.us-west-1.compute.amazonaws.com (50.18.68.207)'
> > can't be established.
> > RSA key fingerprint is f5:7b:98:12:04:12:84:e8:63:db:dd:cc:e2:48:25:a5.
> > Are you sure you want to continue connecting (yes/no)? yes
> > Warning: Permanently added
> > 'ec2-50-18-68-207.us-west-1.compute.amazonaws.com,50.18.68.207' (RSA)
> > to the list of known hosts.
> > ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com's password:
> > 
> > Anyone know the problem?
> > -- 
> > Prashanth Mohan
> > http://www.cs.berkeley.edu/~prmohan

-- 
Prashanth Mohan
http://www.cs.berkeley.edu/~prmohan/





Re: Log into cluster

Posted by Andrei Savu <sa...@gmail.com>.
What version of Whirr are you using?

Starting from version 0.4.0 you have to use the current local user or the
user specified by whirr.cluster-user.
 On May 14, 2011 12:17 PM, "Prashanth Mohan" <pr...@gmail.com> wrote:
> Hello,
>
> I am trying to log into the cluster created by whirr. I have defined
> the following variables:
> whirr.private-key-file=${sys:user.home}/.ssh/whirr.id_rsa
> whirr.public-key-file=${sys:user.home}/.ssh/whirr.id_rsa.pub
>
> when I try to login to the machine however, it does not accept my key
> and asks for a password (which I don't have).
>
> 3972 ~ % ssh -i ~/.ssh/whirr.id_rsa
> ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com
> The authenticity of host
> 'ec2-50-18-68-207.us-west-1.compute.amazonaws.com (50.18.68.207)'
> can't be established.
> RSA key fingerprint is f5:7b:98:12:04:12:84:e8:63:db:dd:cc:e2:48:25:a5.
> Are you sure you want to continue connecting (yes/no)? yes
> Warning: Permanently added
> 'ec2-50-18-68-207.us-west-1.compute.amazonaws.com,50.18.68.207' (RSA)
> to the list of known hosts.
> ec2-user@ec2-50-18-68-207.us-west-1.compute.amazonaws.com's password:
>
> Anyone know the problem?
> --
> Prashanth Mohan
> http://www.cs.berkeley.edu/~prmohan