1. 12 6月, 2021 2 次提交
    • N
      ssh-agent: improvements (#6309) · a2062714
      Nuno Goncalves 提交于
      * 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: NNuno 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: NNuno 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: NNuno Goncalves <nunojpg@gmail.com>
      
      * ssh-agent: simplify agent-forwarding checking
      Signed-off-by: NNuno Goncalves <nunojpg@gmail.com>
      Co-authored-by: NRobby Russell <robby@planetargon.com>
      a2062714
    • R
      add python alias (#7736) · 02ce2c4a
      Roc 提交于
      02ce2c4a
  2. 28 5月, 2021 4 次提交
  3. 22 5月, 2021 2 次提交
  4. 03 5月, 2021 4 次提交
  5. 26 4月, 2021 7 次提交
  6. 24 4月, 2021 1 次提交
  7. 23 4月, 2021 3 次提交
  8. 12 4月, 2021 1 次提交
  9. 11 4月, 2021 1 次提交
  10. 10 4月, 2021 4 次提交
  11. 08 4月, 2021 1 次提交
  12. 07 4月, 2021 4 次提交
  13. 06 4月, 2021 5 次提交
  14. 01 4月, 2021 1 次提交