From a917e973a1b90b40ff1e950df083364b48fc6c78 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Fri, 23 Jul 2021 04:04:52 +0000 Subject: upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart to the ssh(1) -f flag. Last part of GHPR231 from Volker Diels-Grabsch. ok dtucker OpenBSD-Commit-ID: b18aeda12efdebe2093d55263c90fe4ea0bce0d3 --- readconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'readconf.h') diff --git a/readconf.h b/readconf.h index 08ca9e7a7..f7d53b067 100644 --- a/readconf.h +++ b/readconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.143 2021/07/23 04:00:59 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.144 2021/07/23 04:04:52 djm Exp $ */ /* * Author: Tatu Ylonen @@ -148,6 +148,7 @@ typedef struct { int request_tty; int session_type; int stdin_null; + int fork_after_authentication; int proxy_use_fdpass; -- cgit v1.2.3