1. 20 Aug, 2016 1 commit
  2. 24 May, 2014 1 commit
  3. 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
  4. 04 Nov, 2013 1 commit
  5. 16 Jul, 2013 1 commit
  6. 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
  7. 30 Dec, 2012 1 commit
  8. 05 Jun, 2011 2 commits
  9. 01 Mar, 2011 1 commit
  10. 01 Oct, 2010 2 commits
  11. 25 Sep, 2010 1 commit
    • gwjo's avatar
      ssh-agent module · 62cea310
      gwjo authored
      Implement a simple module that automatically launches the ssh-agent when you login and
      adds your default key.
      
      Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
      62cea310