git - How can I make the SSH client not ask for a passphrase when it is not required -



git - How can I make the SSH client not ask for a passphrase when it is not required -

i'm trying set cc.net build private git repo.

i have created key pair, private key has no passphrase, , uploaded public key server. able git clone git@myserver:myrepo when running command prompt.

the problem when seek clone repo, have specify passphrase, though there none. means have press enter, , causes automated clone hang forever (since there noone this).

how prepare problem?

the problem in .ssh/config file, had specified putty my_id.ppk key file instead of openssh file. specifying openssh file instead made work.

git ssh cruisecontrol.net

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -