Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Using git pull down the repository locally

    Code Block
    $ git clone https://github.com/theseal/ssh-askpass.git ssh-askpass


    Note
    titleNote 2

    This will probably pop up requesting to install command line developer tools. Go ahead and install it.


  • Follow the Without Homebrew/MacPorts instructions:

    Code Block
    $ cp ssh-askpass /usr/local/bin/
    $ cp ssh-askpass.plist ~/Library/LaunchAgents/
    $ launchctl load -w ~/Library/LaunchAgents/ssh-askpass.plist


...