How do I disable the OSX keychain password prompt? This machine is our local build server (running hudson). Everytime the automated build script runs code signing, the keychain pw prompt pops up and halts everything.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Always allow access to that keychain item when asked.


Open /Applications/Utilities/Keychain Access and make sure that the keychain containing the relevant item(s) is unlocked, and will not lock automatically by selecting Edit, Change Settings for Keychain....

link|improve this answer
Thanks! side note: Edit->Change Settings for "System" Keychain is always greyed up (even when unlocked). To change the settings for the System keychain, you need to Right click on keychain -> click "Change Settings for Keychain "System", then Disable Inactivity & Sleep Lock. – John2496 Apr 28 '11 at 14:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.