[BACK]Return to myproposal.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/myproposal.h between version 1.24 and 1.25

version 1.24, 2010/02/26 20:29:54 version 1.25, 2010/04/16 01:47:26
Line 28 
Line 28 
         "diffie-hellman-group-exchange-sha1," \          "diffie-hellman-group-exchange-sha1," \
         "diffie-hellman-group14-sha1," \          "diffie-hellman-group14-sha1," \
         "diffie-hellman-group1-sha1"          "diffie-hellman-group1-sha1"
 #define KEX_DEFAULT_PK_ALG      "ssh-rsa-cert-v00@openssh.com," \  #define KEX_DEFAULT_PK_ALG      \
                                   "ssh-rsa-cert-v01@openssh.com," \
                                   "ssh-dss-cert-v01@openssh.com," \
                                   "ssh-rsa-cert-v00@openssh.com," \
                                 "ssh-dss-cert-v00@openssh.com," \                                  "ssh-dss-cert-v00@openssh.com," \
                                 "ssh-rsa,ssh-dss"                                  "ssh-rsa,ssh-dss"
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25