Richard Williamson
Richard Williamson

Reputation: 154

OSx Mountain Lion ssh-askpass

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

Answers (1)

Michael Litherland
Michael Litherland

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

Related Questions