svn commit: r281185 - stable/10/crypto/openssh

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 7 02:53:16 UTC 2015


Author: bdrewery
Date: Tue Apr  7 02:53:14 2015
New Revision: 281185
URL: https://svnweb.freebsd.org/changeset/base/281185

Log:
  MFC r280360:
  
    Document "none" for VersionAddendum.

Modified:
  stable/10/crypto/openssh/ssh_config.5
  stable/10/crypto/openssh/sshd_config.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/crypto/openssh/ssh_config.5
==============================================================================
--- stable/10/crypto/openssh/ssh_config.5	Tue Apr  7 02:18:52 2015	(r281184)
+++ stable/10/crypto/openssh/ssh_config.5	Tue Apr  7 02:53:14 2015	(r281185)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: ssh_config.5,v 1.185 2014/02/23 20:11:36 djm Exp $
 .\" $FreeBSD$
-.Dd February 23, 2014
+.Dd March 22, 2015
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -1424,6 +1424,9 @@ Specifies a string to append to the regu
 OS- or site-specific modifications.
 The default is
 .Dq FreeBSD-20140420 .
+The value
+.Dq none
+may be used to disable this.
 .It Cm VisualHostKey
 If this flag is set to
 .Dq yes ,

Modified: stable/10/crypto/openssh/sshd_config.5
==============================================================================
--- stable/10/crypto/openssh/sshd_config.5	Tue Apr  7 02:18:52 2015	(r281184)
+++ stable/10/crypto/openssh/sshd_config.5	Tue Apr  7 02:53:14 2015	(r281185)
@@ -35,7 +35,7 @@
 .\"
 .\" $OpenBSD: sshd_config.5,v 1.172 2014/02/27 22:47:07 djm Exp $
 .\" $FreeBSD$
-.Dd February 27, 2014
+.Dd March 22, 2015
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -1254,6 +1254,9 @@ Optionally specifies additional text to 
 sent by the server upon connection.
 The default is
 .Dq FreeBSD-20140420 .
+The value
+.Dq none
+may be used to disable this.
 .It Cm X11DisplayOffset
 Specifies the first display number available for
 .Xr sshd 8 Ns 's


More information about the svn-src-all mailing list