Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme fixup(s) #2

Merged
merged 3 commits into from
Oct 25, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ssh-askpass
===========

ssh-askpass for OSX. (Yosemite ready!)
ssh-askpass for OS X. Works in (at least) 10.7+ (including Yosemite)

Used to accept(or deny) the use of the private key(s) added to the authentication agent with "ssh-add -c".
Used to accept (or deny) the use of the private key(s) added to the SSH authentication agent with `ssh-add -c`.

![Screenshot](https://github.com/theseal/ssh-askpass/raw/master/sample/ssh-askpass.png)

Expand All @@ -12,5 +12,9 @@ Used to accept(or deny) the use of the private key(s) added to the authenticatio
$ sudo ln -s $PWD/ssh-askpass /usr/libexec/ssh-askpass
$ chmod +x /usr/libexec/ssh-askpass

### Thanks
## License
ISC license

## Contributors
[theseal](https://github.com/theseal)
[simmel](https://github.com/simmel)