[Uw-ruby] instances
Garrick West
garrick at acm.org
Thu Feb 28 19:50:45 PST 2008
Yep. And, out of suspicion, I moved the ssh-rsa onto the first line with a
single space between it and the beginning of the key. The "uw-rails" bit is
still on a separate line. It now works;) Beware of copy-n-paste. Of
course, I doesn't respond back with anything, but I'll play with it until
you tear down at 10pm.
Thanks,
--Garrick
P.S. To anyone who paid attention, the username and password I stupidly left
in the __URL__ for
our project's SVN repository has now been changed. Moral of the story:
check, double check, and
triple check every line before you send out a config file to a mailing list.
2008/2/28 Philip Soares <psoares at u.washington.edu>:
> Hi Garrick,
>
> Is there the corresponding public key (the one line below) in
> ~/.ssh/id_rsa.pub?
>
> ssh-rsa
>
> AAAAB3NzaC1yc2EAAAADAQABAAABAQCEV3lSM6P7uMfu/1mY+mArEPRiLPVPDp9aH7xYEsWtvjgFyY9qsuElHTEP3naVX4uHWK58Uq9HXaQ1MHztC+pN95JjI743QIfF54fgWglkoMz6L4e+69cNCleOSa2/LN+tCZGntq2bWFC7WBzqCDq1dCjn9DTaMiwDhjPHkcqpVgjFfTgf5jkVs+N4lP8VWvaAItjB5mVwPpZRjTHv2LH5k+ZkKWNRgpdAsPNC7TysrqHdQeX9Q7uvNAyMQks9XASkDv8bF2CcVKzN5tVub9P6sbPYqJ/YaOmRMkqKmgrELopwuGSt6ZksIT02HH7GDHxuVsqIvbhUw0RhtfHuwgiT
> uw-rails
>
> -Philip
>
> On Thu, 28 Feb 2008 18:54:11 -0800, "Garrick West" <garrick at acm.org>
> said:
> > I'm still total failure to do a "cap deploy:setup". I've followed all
> of
> > the instructions for my deploy.rb settings and it's still failing (at
> > this
> > point) to connect to root at ec2-67-202-54-97.compute-1.amazonaws.com
> >
> > I can log in with the private key without a problem (e.g. "ssh -i
> > ~/.ssh/id_rsa root at ec2-67-202-54-97.compute-1.amazonaws.com" will drop
> me
> > in
> > nice and happy. ). I've set up the ssh-agent and public key files as
> > specified.
> > I've got the following deploy.rb:
> >
> > ########BEGIN MY deploy.rb FILE######
> > set :application, "junkfeed"
> > set :ssh_options, {:forward_agent => true }
> > set :svn_user, "OHYEAHSHURERIGHT,"
> > set :svn_pass, "LIKEIMTELLINGTHELIST.GETREAL."
> > set :repository, "--username #{svn_user} --password #{svn_pass}
> >
> http://junkfeed_junkfeed:feedjunk@junkfeed.unfuddle.com/svn/junkfeed_junkfeed/
> > "
> > set :deploy_to, "/root/junkfeed"
> >
> > role :app, "ec2-67-202-54-97.compute-1.amazonaws.com", :user => "root"
> > role :web, "ec2-67-202-54-97.compute-1.amazonaws.com", :user => "root"
> > role :db, "ec2-67-202-54-97.compute-1.amazonaws.com", :primary => true,
> > :user => "root"
> > ########END MY deploy.rb FILE######
> >
> > Anybody see a bonehead error off the bat? Any one got Cap to work yet?
> >
> > --Garrick West
> >
> > On Thu, Feb 28, 2008 at 3:19 PM, Philip Soares <psoares at u.washington.edu
> >
> > wrote:
> >
> > > I am shutting down all the instances from yesterday's class at 10 PM
> > > today. In case you're wondering that AMI is ami-a128cdc8.
> > >
> > > -Philip
> > > _______________________________________________
> > > Uw-ruby mailing list
> > > Uw-ruby at zenspider.com
> > > http://www.zenspider.com/mailman/listinfo/uw-ruby
> > >
>
> _______________________________________________
> Uw-ruby mailing list
> Uw-ruby at zenspider.com
> http://www.zenspider.com/mailman/listinfo/uw-ruby
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.zenspider.com/pipermail/uw-ruby/attachments/20080228/a0f67309/attachment.html
More information about the Uw-ruby
mailing list