agent running if remote session and socket works

This commit is contained in:
Ian Johannesen 2020-10-19 11:42:40 +02:00
parent ce90d80aa9
commit 2cd9d08904
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ function __ssh_agent_is_started -d "check if ssh agent is already started"
source $SSH_ENV > /dev/null
end
if test -z "$SSH_AGENT_PID"
if begin; test -z "$SSH_AGENT_PID"; and test -z "$SSH_CONNECTION"; end
return 1
end