Anyone have any ideas?

On Jun 17, 2:42 am, Mike C <snib...@gmail.com> wrote:
> But the deployment server and the git repository are the same server
> in my case. What should I do?
>
> On Jun 17, 1:47 am, Andrew Porter <a...@defsdoor.org> wrote:
>
> > Mike C wrote:
> > > Er well it worked but it still asks for a password. You see, for doing
> > > git push it used to ask for a password but it doesn't anymore, and
> > > using cap deploy:update_code used to ask for the password 3 times but
> > > now it only asks for it once.
>
> > There are two separate things going on.  cap remotely ssh's on to the
> > remote server - ssh keys can prevent requiring entering a password here
> > - and then on the remote machine cap accesses your git repository.
>
> > If you have told cap to access it as ssh:// etc.. then a password is
> > required for this also - so you need ssh shared keys between the
> > deployment server and the git repository.
--~--~---------~--~----~------------~-------~--~----~
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