[symfony-users] deployment question

2009-11-24 Thread Parijat Kalia
Hey guys, on the jobeet deployment page, here is a statement I read (Before running the project:deploy task for the first time, you need to connect to the server manually to add the key in the known hosts file.): *Before running the project:deploy task for the first time, you need to connect to

Re: [symfony-users] deployment question

2009-11-24 Thread Gábor Fási
I guess it's referring to ssh public key authentication. See http://sial.org/howto/openssh/publickey-auth/ On Tue, Nov 24, 2009 at 18:21, Parijat Kalia kaliapari...@gmail.com wrote: Hey guys, on the jobeet deployment page, here is a statement I read (Before running the project:deploy task for

Re: [symfony-users] deployment question

2009-11-24 Thread Gareth McCumskey
I guess that you use Windows? The key he is referring to is the SSH key as Gabor has so eloquently explined. You don't however have to use a key as that is just one of the many fine and damned useful authentication mechanisms available. You can use just plain-old username/password authentication

Re: [symfony-users] deployment question

2009-11-24 Thread Parijat Kalia
but that did not work eitherYes I use windows btw...Can anyone explain me the steps taken (please not the wiki by symfony) coz that hasn't worked for me. I'll be really greatfull! On Tue, Nov 24, 2009 at 12:27 PM, Gareth McCumskey gmccums...@gmail.comwrote: I guess that you use Windows?

Re: [symfony-users] deployment question

2009-11-24 Thread David Ashwood
You're getting auth errors when it's trying to create the files folders - so it's not an issue of keys. As you're coming from a windows machine - you're likely to have an issue when it's trying to set the right perms on the top level folders (-a flag attempts to match the perms from the source

Re: [symfony-users] deployment question

2009-11-24 Thread Eno
On Tue, 24 Nov 2009, Parijat Kalia wrote: Hey guys, on the jobeet deployment page, here is a statement I read (Before running the project:deploy task for the first time, you need to connect to the server manually to add the key in the known hosts file.): *Before running the project:deploy