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

ssh: add trust checks before sourcing env vars #1395

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2018

  1. ssh: remove persistent socket; use macOS Keychain

    * Remove persistent SSH auth socket.
    * Make ps|grep more robust and POSIX compliant.
    * On macOS, use `-A` switch to "add identities to the agent using any
    passphrase stored in the user's keychain."
    slarew committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    56d0dc5 View commit details
    Browse the repository at this point in the history
  2. Load :prezto:module:ssh:load identities on macOS

    If the user defines identities in `:prezto:module:ssh:load`, always try
    to load them, even on macOS.  On macOS, also try to load Keychain
    managed identities. (Assume if a user adds an identity to Keychain then
    the use would want those identities automatically loaded.)
    slarew committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    3f8dace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ad1f3 View commit details
    Browse the repository at this point in the history