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
Post a Comment