@@ -62,6 +62,7 @@ Match {{ match["Condition"] }}
6262{{ render_option("EscapeChar",match["EscapeChar"] ,true) -}}
6363{{ render_option("ExitOnForwardFailure",match["ExitOnForwardFailure"] ,true) -}}
6464{{ render_option("FingerprintHash",match["FingerprintHash"] ,true) -}}
65+ {{ render_option("ForkAfterAuthentication",match["ForkAfterAuthentication"] ,true) -}}
6566{{ render_option("ForwardAgent",match["ForwardAgent"] ,true) -}}
6667{{ render_option("ForwardX11",match["ForwardX11"] ,true) -}}
6768{{ render_option("ForwardX11Timeout",match["ForwardX11Timeout"] ,true) -}}
@@ -125,7 +126,9 @@ Match {{ match["Condition"] }}
125126{{ render_option("SendEnv",match["SendEnv"] ,true) -}}
126127{{ render_option("ServerAliveCountMax",match["ServerAliveCountMax"] ,true) -}}
127128{{ render_option("ServerAliveInterval",match["ServerAliveInterval"] ,true) -}}
129+ {{ render_option("SessionType",match["SessionType"] ,true) -}}
128130{{ render_option("SetEnv",match["SetEnv"] ,true) -}}
131+ {{ render_option("StdinNull",match["StdinNull"] ,true) -}}
129132{{ render_option("StreamLocalBindMask",match["StreamLocalBindMask"] ,true) -}}
130133{{ render_option("StreamLocalBindUnlink",match["StreamLocalBindUnlink"] ,true) -}}
131134{{ render_option("StrictHostKeyChecking",match["StrictHostKeyChecking"] ,true) -}}
@@ -179,6 +182,7 @@ Host {{ host["Condition"] }}
179182{{ render_option("EscapeChar",host["EscapeChar"] ,true) -}}
180183{{ render_option("ExitOnForwardFailure",host["ExitOnForwardFailure"] ,true) -}}
181184{{ render_option("FingerprintHash",host["FingerprintHash"] ,true) -}}
185+ {{ render_option("ForkAfterAuthentication",host["ForkAfterAuthentication"] ,true) -}}
182186{{ render_option("ForwardAgent",host["ForwardAgent"] ,true) -}}
183187{{ render_option("ForwardX11",host["ForwardX11"] ,true) -}}
184188{{ render_option("ForwardX11Timeout",host["ForwardX11Timeout"] ,true) -}}
@@ -242,7 +246,9 @@ Host {{ host["Condition"] }}
242246{{ render_option("SendEnv",host["SendEnv"] ,true) -}}
243247{{ render_option("ServerAliveCountMax",host["ServerAliveCountMax"] ,true) -}}
244248{{ render_option("ServerAliveInterval",host["ServerAliveInterval"] ,true) -}}
249+ {{ render_option("SessionType",host["SessionType"] ,true) -}}
245250{{ render_option("SetEnv",host["SetEnv"] ,true) -}}
251+ {{ render_option("StdinNull",host["StdinNull"] ,true) -}}
246252{{ render_option("StreamLocalBindMask",host["StreamLocalBindMask"] ,true) -}}
247253{{ render_option("StreamLocalBindUnlink",host["StreamLocalBindUnlink"] ,true) -}}
248254{{ render_option("StrictHostKeyChecking",host["StrictHostKeyChecking"] ,true) -}}
@@ -289,6 +295,7 @@ Host {{ host["Condition"] }}
289295{{ body_option("EscapeChar",ssh_EscapeChar) -}}
290296{{ body_option("ExitOnForwardFailure",ssh_ExitOnForwardFailure) -}}
291297{{ body_option("FingerprintHash",ssh_FingerprintHash) -}}
298+ {{ body_option("ForkAfterAuthentication",ssh_ForkAfterAuthentication) -}}
292299{{ body_option("ForwardAgent",ssh_ForwardAgent) -}}
293300{{ body_option("ForwardX11",ssh_ForwardX11) -}}
294301{{ body_option("ForwardX11Timeout",ssh_ForwardX11Timeout) -}}
@@ -352,7 +359,9 @@ Host {{ host["Condition"] }}
352359{{ body_option("SendEnv",ssh_SendEnv) -}}
353360{{ body_option("ServerAliveCountMax",ssh_ServerAliveCountMax) -}}
354361{{ body_option("ServerAliveInterval",ssh_ServerAliveInterval) -}}
362+ {{ body_option("SessionType",ssh_SessionType) -}}
355363{{ body_option("SetEnv",ssh_SetEnv) -}}
364+ {{ body_option("StdinNull",ssh_StdinNull) -}}
356365{{ body_option("StreamLocalBindMask",ssh_StreamLocalBindMask) -}}
357366{{ body_option("StreamLocalBindUnlink",ssh_StreamLocalBindUnlink) -}}
358367{{ body_option("StrictHostKeyChecking",ssh_StrictHostKeyChecking) -}}
0 commit comments