diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h index 7bca3bcae..98f27fd15 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.23 2009/01/23 07:58:11 djm Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.24 2010/02/26 20:29:54 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,7 +40,9 @@ | |||
40 | "diffie-hellman-group1-sha1" | 40 | "diffie-hellman-group1-sha1" |
41 | #endif | 41 | #endif |
42 | 42 | ||
43 | #define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" | 43 | #define KEX_DEFAULT_PK_ALG "ssh-rsa-cert-v00@openssh.com," \ |
44 | "ssh-dss-cert-v00@openssh.com," \ | ||
45 | "ssh-rsa,ssh-dss" | ||
44 | 46 | ||
45 | #define KEX_DEFAULT_ENCRYPT \ | 47 | #define KEX_DEFAULT_ENCRYPT \ |
46 | "aes128-ctr,aes192-ctr,aes256-ctr," \ | 48 | "aes128-ctr,aes192-ctr,aes256-ctr," \ |