• Marc Cornellà's avatar
    ssh-agent: autoload identities not already loaded (#7174) · fabee559
    Marc Cornellà authored
    With this PR the ssh-agent plugin checks the `ssh-add -l` output for the
    identities added, and adds all those specified by the user that haven't been
    added yet.
    
    We also decouple the logic of starting ssh-agent from the logic of adding
    identities, meaning that even if ssh-agent has been started by some other means
    (like launchd) we can still ssh-add the user's identities.
    
    Fixes #3019
    Fixes #6979
    fabee559
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...