hoop33 / wry

App.net command-line client for Mac OS X
http://grailbox.com/wry
MIT License
43 stars 6 forks source link

Wry over SSH doesn't authenticate #64

Closed hoop33 closed 10 years ago

hoop33 commented 11 years ago

When using Wry over SSH, the calls that require authentication don't work. Apparently, they can't read the keychain?

jeremy-w commented 11 years ago

You might need to build in an Info.plist so all the Security machinery will work. I know there's a way to build one into a CLI tool; I did it once when messing around with building toy single-file Carbon apps from the commandline.

jeremy-w commented 11 years ago

Apple docs on it: http://j.mp/14h23m7

It boils down to:

hoop33 commented 11 years ago

Thanks for doing that homework--codesigning the app will be good, too, so that you don't have to re-allow access to the keychain with each new version (especially helpful during development!)