Setting up ssh-agent on Windows XP
Ovidiu Predescu’s Weblog&1 >/dev/nullif [ $? = 2 ]; then # Exit status 2 means couldn’t connect to ssh-agent; start one now ssh-agent -a $SSH_AUTH_SOCK >/tmp/.ssh-script . /tmp/.ssh-script echo $SSH_AGENT_PID >/tmp/.ssh-agent-pidfi function kill-agent { pid=`cat /tmp/.ssh-agent-pid` kill $pid} Next, go Continue reading Setting up ssh-agent on Windows XP