Skip to content

rjw1/ssh-askpass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

ssh-askpass

ssh-askpass for OS X. Works in (at least) 10.7+ (including El Capitan)

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

Screenshot

Installation

  • Run:

    $ brew tap theseal/ssh-askpass
    $ brew install ssh-askpass
    
  • Follow caveats

Without Homebrew

OS X Pre 10.11

$ sudo ln -s $PWD/ssh-askpass /usr/libexec/ssh-askpass

OS X 10.11+

Enabling keyboard navigation

For security reasons ssh-askpass defaults to cancel since it's too easy to press spacebar and accept a connection or other actions which might use ssh-keys. To make it easier to press OK:

  • Go to System Preferences and then Keyboard.

OS X Pre 10.11

  • Under the Keyboard tab, click on All controls.

OS X 10.11+

  • Under the Shortcuts tab, click on All controls.

Now you can press ⇥+spacebar to press OK.

License

ISC license

Contributors

About

ssh-askpass for OS X

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • AppleScript 100.0%