Searched refs:proxy_command_pid (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshconnect.c70 static pid_t proxy_command_pid = 0; variable
162 proxy_command_pid = pid; /* save pid to clean up later */
187 if (proxy_command_pid > 1)
188 kill(proxy_command_pid, SIGHUP);

Completed in 55 milliseconds