docs/75584: [patch] Handbook, chapter 14.11, SSH v1 is disabled by default
Joel Dahl
joel at automatvapen.se
Tue Dec 28 21:40:19 UTC 2004
>Number: 75584
>Category: docs
>Synopsis: [patch] Handbook, chapter 14.11, SSH v1 is disabled by default
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 28 21:40:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Joel Dahl
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dude.automatvapen.se 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Nov 13 19:50:36 CET 2004 joel at dude.automatvapen.se:/usr/obj/usr/src/sys/WRK i386
>Description:
SSH protocol version 1 is disabled by default on OpenSSH servers.
Suggested patch attached.
>How-To-Repeat:
>Fix:
--- ssh_v1xv2 begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v
retrieving revision 1.251
diff -u -r1.251 chapter.sgml
--- chapter.sgml 7 Dec 2004 22:40:52 -0000 1.251
+++ chapter.sgml 28 Dec 2004 19:41:55 -0000
@@ -4189,9 +4189,9 @@
<filename>~/.ssh/known_hosts2</filename> for SSH v2
fingerprints.</para>
- <para>By default, <application>OpenSSH</application> servers are configured to accept both
- SSH v1 and SSH v2 connections. The client, however, can choose
- between the two. Version 2 is known to be more robust and
+ <para>By default, <application>OpenSSH</application> servers are configured to only accept
+ SSH v2 connections. The client, however, can choose
+ between version 1 and 2. Version 2 is known to be more robust and
secure than its predecessor.</para>
<para>The &man.ssh.1; command can be forced to use either protocol
--- ssh_v1xv2 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list