summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-07-02 18:53:37 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-07-02 18:53:37 +1000
commitecbf14aa53da21aeedc0974e13196fe77cca18f3 (patch)
tree59ca9f35e0a5ac2ee03b1866ff071a0e14750e4f
parent14a9d2515bcb8438dd0052a0c705c09660069c55 (diff)
- naddy@cvs.openbsd.org 2012/06/29 13:57:25
[ssh_config.5 sshd_config.5] match the documented MAC order of preference to the actual one; ok dtucker@
-rw-r--r--ChangeLog7
-rw-r--r--ssh_config.58
-rw-r--r--sshd_config.58
3 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3754146b6..5608909da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120120702
2- (dtucker) OpenBSD CVS Sync
3 - naddy@cvs.openbsd.org 2012/06/29 13:57:25
4 [ssh_config.5 sshd_config.5]
5 match the documented MAC order of preference to the actual one;
6 ok dtucker@
7
120120629 820120629
2 - OpenBSD CVS Sync 9 - OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2012/06/21 00:16:07 10 - dtucker@cvs.openbsd.org 2012/06/21 00:16:07
diff --git a/ssh_config.5 b/ssh_config.5
index db7ea5cdd..36b1af195 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.156 2012/06/28 05:07:45 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.157 2012/06/29 13:57:25 naddy Exp $
37.Dd $Mdocdate: June 28 2012 $ 37.Dd $Mdocdate: June 29 2012 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -793,8 +793,8 @@ Multiple algorithms must be comma-separated.
793The default is: 793The default is:
794.Bd -literal -offset indent 794.Bd -literal -offset indent
795hmac-md5,hmac-sha1,umac-64@openssh.com, 795hmac-md5,hmac-sha1,umac-64@openssh.com,
796hmac-ripemd160,hmac-sha1-96,hmac-md5-96, 796hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
797hmac-sha2-256,hmac-sha2-512 797hmac-sha1-96,hmac-md5-96
798.Ed 798.Ed
799.It Cm NoHostAuthenticationForLocalhost 799.It Cm NoHostAuthenticationForLocalhost
800This option can be used if the home directory is shared across machines. 800This option can be used if the home directory is shared across machines.
diff --git a/sshd_config.5 b/sshd_config.5
index 897b8a419..314ecfb0e 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.143 2012/06/28 05:07:45 dtucker Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.144 2012/06/29 13:57:25 naddy Exp $
37.Dd $Mdocdate: June 28 2012 $ 37.Dd $Mdocdate: June 29 2012 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -657,8 +657,8 @@ Multiple algorithms must be comma-separated.
657The default is: 657The default is:
658.Bd -literal -offset indent 658.Bd -literal -offset indent
659hmac-md5,hmac-sha1,umac-64@openssh.com, 659hmac-md5,hmac-sha1,umac-64@openssh.com,
660hmac-ripemd160,hmac-sha1-96,hmac-md5-96, 660hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
661hmac-sha2-256,hmac-sha2-512 661hmac-sha1-96,hmac-md5-96
662.Ed 662.Ed
663.It Cm Match 663.It Cm Match
664Introduces a conditional block. 664Introduces a conditional block.