i have create clone of project on local machine with
git clone [email protected]:test/abc.git
Now i want to deploy my project on my ubuntu server .
so i have created a script which install git on my ubuntu server. And now i want to deploy my rails project on server. like git clone [email protected]:test/abc.git but i have not set ssh key on my server. Is there any way i can create clone without set up ssh key on my server.
Is compulsotion that we have to create to ssh each on every server?
What if i have 20 server ? i need to set up ssh key for every server to clone?
Is there any way just ask the password than it will create a clone?
Or any other way?