There was an error while loading. Please reload this page.
1 parent 7b485df commit 0ac79d2Copy full SHA for 0ac79d2
agent.sh
@@ -77,7 +77,7 @@ main()
77
then
78
echo "ssh-agent socket is stale"
79
kill "${_agent_pid}" # kill ssh-agent
80
- killall pgrep ssh-agent -U "$USER"
+ killall pgrep ssh-agent
81
cleanup_stale_agent
82
start_ssh_agent
83
return
0 commit comments