1. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  2. 01 Jul, 2018 1 commit
    • Michael Stucki's avatar
      Use existing ssh-agent when invoking a sudo shell (#3891) · 30227017
      Michael Stucki authored
      When invoking a shell as root using ```sudo -s```, the ssh-agent plugin
      starts a new agent although it already exists.
      
      The problem boils down to a check if ssh-agent is running using
      ```ps x```. If that is extended to ```ps ax``` for root, then the
      existing ssh-agent will still work.
      30227017
  3. 28 May, 2018 1 commit
  4. 17 Sep, 2016 1 commit
  5. 05 Sep, 2016 1 commit
  6. 03 Sep, 2016 6 commits
  7. 20 Aug, 2016 1 commit
  8. 24 May, 2014 1 commit
  9. 13 Mar, 2014 1 commit
    • Christian Höltje's avatar
      ssh-agent: prevent environment file from flapping · cfe468f6
      Christian Höltje authored
      On an OS X laptop, the variable `$HOST` changes a lot depending
      on what wifi network you're connected to.  This causes a lot
      of `~/.ssh/environment-$HOST` files to be created and
      causes multiple ssh-agents to created.
      
      Instead, use `scutil --get ComputerName` to get something
      more stable.
      cfe468f6
  10. 04 Nov, 2013 1 commit
  11. 16 Jul, 2013 1 commit
  12. 16 Mar, 2013 1 commit
    • Marcel Wolf's avatar
      add ssh-agent option to set default lifetime of identities · 2a1c9ff3
      Marcel Wolf authored
      By default, ssh-agent stores identities forever. It has an option to
      set a maximum lifetime for identites (useful to expire passphrase protected
      keys). Allow this option to be set using:
      
      zstyle :omz:plugins:ssh-agent lifetime <time>
      2a1c9ff3
  13. 30 Dec, 2012 1 commit
  14. 05 Jun, 2011 2 commits
  15. 01 Mar, 2011 1 commit
  16. 01 Oct, 2010 1 commit