1. 27 Aug, 2021 1 commit
  2. 26 Aug, 2021 1 commit
  3. 14 Jun, 2021 1 commit
  4. 12 Jun, 2021 1 commit
    • Nuno Goncalves's avatar
      ssh-agent: improvements (#6309) · a2062714
      Nuno Goncalves authored
      
      
      * ssh-agent: lock this script with a mkdir style mutex
      
      This script is a kind of singleton pattern and is not reentrant.
      If several shells are oppened in a fast sequence, then several
      independent ssh-agents would be created, which is not acceptable.
      A mutex is required.
      Signed-off-by: default avatarNuno Goncalves <nunojpg@gmail.com>
      
      * ssh-agent: only start agent if .ssh dir exists
      
      To use the same profile system-wide, it might happen
      that the .ssh directory does not exist
      (typically $HOME/.ssh/). This would trigger a error.
      
      Creating the directory would be a option, but it
      usually will not make sense to do so because it means
      the user doesn't have ssh keys or config.
      Signed-off-by: default avatarNuno Goncalves <nunojpg@gmail.com>
      
      * ssh-agent: adds lazy option to disable key loading on start
      
      Option is documented on updated README.md
      Signed-off-by: default avatarNuno Goncalves <nunojpg@gmail.com>
      
      * ssh-agent: simplify agent-forwarding checking
      Signed-off-by: default avatarNuno Goncalves <nunojpg@gmail.com>
      Co-authored-by: default avatarRobby Russell <robby@planetargon.com>
      a2062714
  5. 15 Mar, 2021 1 commit
  6. 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
  7. 28 May, 2018 1 commit
  8. 03 Sep, 2016 1 commit