On Dec 12, 4:28 am, Geo Manickam <geo...@hotmail.com> wrote:

> # Set up SSH so it can connect to the EC2 node - assumes your SSH key
> is in ~/.ssh/id_rsa
> set :user, [File.join(ENV["HOME"], ".ssh", "geoman")]
>

I think you copied from that blog post too hastily - :user should be
set to the user name, not the path to the ssh key, which is set
separately.

Fred

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to