Reputation: 154
In OSX Lion (10.7.x) i was able to write an SSH wrapper that used ssh-askpass to input my password for SSH servers, but now with Mountain Lion (10.8) I am unable to use this method. I was wondering how it has changed or how I could set it up to use this again. Some of my clients do not have it setup for me to use a rsa key.
Upvotes: 2
Views: 2422
Reputation: 38
I found this blog that contains a simple shell script implementing ssh-askpass. It works for me for accessing Mercurial repositories over SSH from GUI applications.
http://blog.retep.org/2009/04/09/ssh-askpass-on-osx-10-5/
Hope that helps.
Upvotes: 1