summaryrefslogtreecommitdiff
path: root/sshd_config.5
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 /sshd_config.5
parentba8df7d76d980e3c3cb3a0af79a87312cfaf5840 (diff)
- stevesk@cvs.openbsd.org 2002/07/09 17:46:25
[sshd_config.5] clarify no preference ordering in protocol list; ok markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.511
1 files changed, 9 insertions, 2 deletions
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