Capistrano does work with passwords, but only if all of your servers use the same password. If that isn't the case, you should set up public/private keys.
If you are getting an AuthenticationFailed error, then either the user name or the password you are using is incorrect. Make sure you can log into the server in question (via PuTTy, or whatever) using those credentials. - Jamis On 8/6/07, fernando <[EMAIL PROTECTED]> wrote: > > yes I do, but I was using the command line in windows xp. Is this > wrong? > Should I be using PuTTY? > > Does capistrano work with passwords? Or do I needto set up public/ > private keys? > > Sorry for all the dumb questions. But all your help is very much > appreciated. > > Tim > > On 6 Aug, 02:12, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > > Do you have SSH access to the box in question? You mentioned FTP; > > capistrano does not work over FTP; it only works over an SSH > > connection. > > > > - Jamis > > > > On 8/5/07, fernando <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > Hi, > > > I am having trouble using 'cap deploy:setup'. > > > I get a message saying: > > > *executing deploy:setup > > > *exectuing "umask 02 && mkdir......../shared/pids > > > > > then it asks for my password but when I enter it I get the message: > > > > > connection failed for: (server name) (Net::SSH::AuthenticationFailed: > > > (name) > > > > > My login name and password are the same for both SVN and ftp. > > > > > What could I be doing wrong?- Hide quoted text - > > > > - Show quoted text - > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
