]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/07/09 17:46:25
authormouring <mouring>
Thu, 11 Jul 2002 03:59:18 +0000 (03:59 +0000)
committermouring <mouring>
Thu, 11 Jul 2002 03:59:18 +0000 (03:59 +0000)
     [sshd_config.5]
     clarify no preference ordering in protocol list; ok markus@

ChangeLog
sshd_config.5

index b230777371390068f855aa96b15e497c36e42f65..a6e880103f8c3ed23662a1d8afcf045563a64f68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
      [sshconnect.c]
      ed static function (less warnings)
+   - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
+     [sshd_config.5]
+     clarify no preference ordering in protocol list; ok markus@
 
 20020709
  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
index aa7b7c7d4eae578c04651ea89b90890d3b22ec76..6625865efae9379339f0da1d51193057382956e8 100644 (file)
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.4 2002/06/22 16:45:29 stevesk Exp $
+.\" $OpenBSD: sshd_config.5,v 1.5 2002/07/09 17:46:25 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD_CONFIG 5
 .Os
@@ -499,7 +499,7 @@ The default is
 .It Cm Protocol
 Specifies the protocol versions
 .Nm sshd
-should support.
+supports.
 The possible values are
 .Dq 1
 and
@@ -507,6 +507,13 @@ and
 Multiple versions must be comma-separated.
 The default is
 .Dq 2,1 .
+Note that the order of the protocol list does not indicate preference,
+because the client selects among multiple protocol versions offered
+by the server.
+Specifying
+.Dq 2,1
+is identical to
+.Dq 1,2 .
 .It Cm PubkeyAuthentication
 Specifies whether public key authentication is allowed.
 The default is
This page took 0.183945 seconds and 5 git commands to generate.