1. 12 Jun, 2021 2 commits
    • 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
    • Roc's avatar
      add python alias (#7736) · 02ce2c4a
      Roc authored
      02ce2c4a
  2. 28 May, 2021 3 commits
  3. 21 May, 2021 2 commits
  4. 03 May, 2021 4 commits
  5. 26 Apr, 2021 1 commit
  6. 25 Apr, 2021 5 commits
  7. 23 Apr, 2021 2 commits
  8. 11 Apr, 2021 1 commit
  9. 09 Apr, 2021 4 commits
  10. 07 Apr, 2021 1 commit
  11. 06 Apr, 2021 3 commits
  12. 31 Mar, 2021 2 commits
  13. 28 Mar, 2021 1 commit
  14. 27 Mar, 2021 1 commit
  15. 25 Mar, 2021 1 commit
  16. 15 Mar, 2021 6 commits
  17. 08 Mar, 2021 1 commit