Lines Matching refs:fork
144 * Flag indicating that ssh should fork after authentication. This is useful
665 /* Cannot fork to background if no command. */
668 fatal("Cannot fork into background without a command "
968 switch ((pid = fork())) {
970 fatal("%s: fork: %s", __func__, strerror(errno));
1000 /* Do fork() after authentication. Used by "ssh -f" */
1288 debug("deferring postauth fork until remote forward "
1463 debug("deferring postauth fork until remote forward "