summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
committerColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
commit31e30b835fd9695d3b6647cab4867001b092e28f (patch)
tree138e715c25661825457c7280cd66e3f4853d474c /myproposal.h
parent78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff)
parent43094ebf14c9b16f1ea398bc5b65a7335e947288 (diff)
merge 5.6p1
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/myproposal.h b/myproposal.h
index 98f27fd15..7bedfab0a 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.24 2010/02/26 20:29:54 djm Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.25 2010/04/16 01:47:26 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -40,9 +40,12 @@
40 "diffie-hellman-group1-sha1" 40 "diffie-hellman-group1-sha1"
41#endif 41#endif
42 42
43#define KEX_DEFAULT_PK_ALG "ssh-rsa-cert-v00@openssh.com," \ 43#define KEX_DEFAULT_PK_ALG \
44 "ssh-dss-cert-v00@openssh.com," \ 44 "ssh-rsa-cert-v01@openssh.com," \
45 "ssh-rsa,ssh-dss" 45 "ssh-dss-cert-v01@openssh.com," \
46 "ssh-rsa-cert-v00@openssh.com," \
47 "ssh-dss-cert-v00@openssh.com," \
48 "ssh-rsa,ssh-dss"
46 49
47#define KEX_DEFAULT_ENCRYPT \ 50#define KEX_DEFAULT_ENCRYPT \
48 "aes128-ctr,aes192-ctr,aes256-ctr," \ 51 "aes128-ctr,aes192-ctr,aes256-ctr," \