summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-11 03:59:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-11 03:59:18 +0000
commit9c44554a41cbefdd4898511607d997072aed2811 (patch)
tree93392c14843de4f97fca06098868c81b5eb18403
parentba8df7d76d980e3c3cb3a0af79a87312cfaf5840 (diff)
- stevesk@cvs.openbsd.org 2002/07/09 17:46:25
[sshd_config.5] clarify no preference ordering in protocol list; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--sshd_config.511
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1258042b9..a2dc37ccb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 - itojun@cvs.openbsd.org 2002/07/09 12:04:02 13 - itojun@cvs.openbsd.org 2002/07/09 12:04:02
14 [sshconnect.c] 14 [sshconnect.c]
15 ed static function (less warnings) 15 ed static function (less warnings)
16 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
17 [sshd_config.5]
18 clarify no preference ordering in protocol list; ok markus@
16 19
1720020709 2020020709
18 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms 21 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
@@ -1336,4 +1339,4 @@
1336 - (stevesk) entropy.c: typo in debug message 1339 - (stevesk) entropy.c: typo in debug message
1337 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1340 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1338 1341
1339$Id: ChangeLog,v 1.2356 2002/07/11 03:58:11 mouring Exp $ 1342$Id: ChangeLog,v 1.2357 2002/07/11 03:59:18 mouring Exp $
diff --git a/sshd_config.5 b/sshd_config.5
index aa7b7c7d4..6625865ef 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.4 2002/06/22 16:45:29 stevesk Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.5 2002/07/09 17:46:25 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -499,7 +499,7 @@ The default is
499.It Cm Protocol 499.It Cm Protocol
500Specifies the protocol versions 500Specifies the protocol versions
501.Nm sshd 501.Nm sshd
502should support. 502supports.
503The possible values are 503The possible values are
504.Dq 1 504.Dq 1
505and 505and
@@ -507,6 +507,13 @@ and
507Multiple versions must be comma-separated. 507Multiple versions must be comma-separated.
508The default is 508The default is
509.Dq 2,1 . 509.Dq 2,1 .
510Note that the order of the protocol list does not indicate preference,
511because the client selects among multiple protocol versions offered
512by the server.
513Specifying
514.Dq 2,1
515is identical to
516.Dq 1,2 .
510.It Cm PubkeyAuthentication 517.It Cm PubkeyAuthentication
511Specifies whether public key authentication is allowed. 518Specifies whether public key authentication is allowed.
512The default is 519The default is