torsten / keychain_access

Access private and public keys stored in Mac OS X's Keychain from the command line.
28 stars 14 forks source link

Why does searching for the same key succeed on one machine and fail on another? #2

Open hborders opened 10 years ago

hborders commented 10 years ago

I have the same private key in the login keychain on two different macs running OSX 10.8.5. On my development box, searching succeeds, on my jenkins box, it give me errSecItemNotFound. Any ideas?

http://stackoverflow.com/q/20079927/9636