(fix) new ssh-agent location

This commit is contained in:
2026-08-17 11:30:36 +02:00
parent fa6689c686
commit 43e9364e0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ index 83548648..42ec378f 100644
else
- _start_agent
+ # Don't start new one, if ssh-agent is forwarded
+ [[ $SSH_AUTH_SOCK =~ ^"/tmp/ssh-" ]] || _start_agent
+ [[ $SSH_AUTH_SOCK =~ ^"/tmp/ssh-" ]] || [[ $SSH_AUTH_SOCK =~ "$HOME/.ssh/agent" ]] || _start_agent
fi
# Don't add identities if lazy-loading is enabled