summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh.116
-rw-r--r--ssh_config.56
-rw-r--r--sshd.86
-rw-r--r--sshd_config.54
5 files changed, 18 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 23bc18b67..495c0968c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5] 7 [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5]
8 disable protocol 1 by default (after a transition period of about 10 years) 8 disable protocol 1 by default (after a transition period of about 10 years)
9 ok deraadt 9 ok deraadt
10 - jmc@cvs.openbsd.org 2009/10/08 20:42:12
11 [sshd_config.5 ssh_config.5 sshd.8 ssh.1]
12 some tweaks now that protocol 1 is not offered by default; ok markus
10 13
1120091007 1420091007
12 - (dtucker) OpenBSD CVS Sync 15 - (dtucker) OpenBSD CVS Sync
diff --git a/ssh.1 b/ssh.1
index 6c6271ee4..8c3d32aaf 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
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: ssh.1,v 1.283 2009/03/19 15:15:09 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.284 2009/10/08 20:42:12 jmc Exp $
38.Dd $Mdocdate: March 19 2009 $ 38.Dd $Mdocdate: October 8 2009 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -666,20 +666,18 @@ exits with the exit status of the remote command or with 255
666if an error occurred. 666if an error occurred.
667.Sh AUTHENTICATION 667.Sh AUTHENTICATION
668The OpenSSH SSH client supports SSH protocols 1 and 2. 668The OpenSSH SSH client supports SSH protocols 1 and 2.
669Protocol 2 is the default, with 669The default is to use protocol 2 only,
670.Nm 670though this can be changed via the
671falling back to protocol 1 if it detects protocol 2 is unsupported.
672These settings may be altered using the
673.Cm Protocol 671.Cm Protocol
674option in 672option in
675.Xr ssh_config 5 , 673.Xr ssh_config 5
676or enforced using the 674or the
677.Fl 1 675.Fl 1
678and 676and
679.Fl 2 677.Fl 2
680options (see above). 678options (see above).
681Both protocols support similar authentication methods, 679Both protocols support similar authentication methods,
682but protocol 2 is preferred since 680but protocol 2 is the default since
683it provides additional mechanisms for confidentiality 681it provides additional mechanisms for confidentiality
684(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour) 682(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour)
685and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160). 683and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160).
diff --git a/ssh_config.5 b/ssh_config.5
index 82c2a30b0..89f3896e6 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.120 2009/10/08 14:03:41 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.121 2009/10/08 20:42:13 jmc Exp $
38.Dd $Mdocdate: October 8 2009 $ 38.Dd $Mdocdate: October 8 2009 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -731,12 +731,12 @@ and
731.Sq 2 . 731.Sq 2 .
732Multiple versions must be comma-separated. 732Multiple versions must be comma-separated.
733When this option is set to 733When this option is set to
734.Dq 2,1 734.Dq 2,1
735.Nm ssh 735.Nm ssh
736will try version 2 and fall back to version 1 736will try version 2 and fall back to version 1
737if version 2 is not available. 737if version 2 is not available.
738The default is 738The default is
739.Dq 2 . 739.Sq 2 .
740.It Cm ProxyCommand 740.It Cm ProxyCommand
741Specifies the command to use to connect to the server. 741Specifies the command to use to connect to the server.
742The command 742The command
diff --git a/sshd.8 b/sshd.8
index 111d491d9..7878d9f06 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,8 @@
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.8,v 1.248 2009/03/26 08:38:39 sobrado Exp $ 37.\" $OpenBSD: sshd.8,v 1.249 2009/10/08 20:42:13 jmc Exp $
38.Dd $Mdocdate: March 26 2009 $ 38.Dd $Mdocdate: October 8 2009 $
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -260,7 +260,7 @@ or
260.El 260.El
261.Sh AUTHENTICATION 261.Sh AUTHENTICATION
262The OpenSSH SSH daemon supports SSH protocols 1 and 2. 262The OpenSSH SSH daemon supports SSH protocols 1 and 2.
263Both protocols are supported by default, 263The default is to use protocol 2 only,
264though this can be changed via the 264though this can be changed via the
265.Cm Protocol 265.Cm Protocol
266option in 266option in
diff --git a/sshd_config.5 b/sshd_config.5
index 00ac82a34..4b3793d13 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.108 2009/10/08 14:03:41 markus Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.109 2009/10/08 20:42:13 jmc Exp $
38.Dd $Mdocdate: October 8 2009 $ 38.Dd $Mdocdate: October 8 2009 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -793,7 +793,7 @@ and
793.Sq 2 . 793.Sq 2 .
794Multiple versions must be comma-separated. 794Multiple versions must be comma-separated.
795The default is 795The default is
796.Dq 2 . 796.Sq 2 .
797Note that the order of the protocol list does not indicate preference, 797Note that the order of the protocol list does not indicate preference,
798because the client selects among multiple protocol versions offered 798because the client selects among multiple protocol versions offered
799by the server. 799by the server.