summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh_config.57
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index d3d45b53a..9d758361c 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.313 2019/12/21 20:22:34 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.314 2020/01/21 12:40:04 naddy Exp $
37.Dd $Mdocdate: December 21 2019 $ 37.Dd $Mdocdate: January 21 2020 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -566,7 +566,8 @@ specifies that the master connection should remain open
566in the background (waiting for future client connections) 566in the background (waiting for future client connections)
567after the initial client connection has been closed. 567after the initial client connection has been closed.
568If set to 568If set to
569.Cm no , 569.Cm no
570(the default),
570then the master connection will not be placed into the background, 571then the master connection will not be placed into the background,
571and will close as soon as the initial client connection is closed. 572and will close as soon as the initial client connection is closed.
572If set to 573If set to