Re: [git-users] Clone SSH

2015-04-01 Thread Magnus Therning
On 31 March 2015 at 22:27, Siva Abbannagari siva.abbannag...@gmail.com wrote: The problem got solved is It was using the default key.(which was differnet). so I replaced the default key with mine it the cloned machine and it worked. Is there a way in git to tell which specific key I should

[git-users] Clone SSH

2015-03-31 Thread Siva Abbannagari
Hi , I am new to git and trying to clone using ssh keys. i am able to ssh to the server using a key. I am using the same key and trying to clone the repository: KEY=key.pem git clone d...@repo.tesw.com:/opt/myproject.git/ Cloning into 'myproject'... Permission denied

Re: [git-users] Clone SSH

2015-03-31 Thread Siva Abbannagari
The problem got solved is It was using the default key.(which was differnet). so I replaced the default key with mine it the cloned machine and it worked. Is there a way in git to tell which specific key I should use to connect . Thanks On Tue, Mar 31, 2015 at 2:53 PM, Siva Abbannagari