[BACK]Return to ssh-keyscan.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.137 and 1.138

version 1.137, 2020/10/19 08:07:08 version 1.138, 2020/12/29 00:59:15
Line 275 
Line 275 
         c->c_ssh->kex->kex[KEX_ECDH_SHA2] = kex_gen_client;          c->c_ssh->kex->kex[KEX_ECDH_SHA2] = kex_gen_client;
 #endif  #endif
         c->c_ssh->kex->kex[KEX_C25519_SHA256] = kex_gen_client;          c->c_ssh->kex->kex[KEX_C25519_SHA256] = kex_gen_client;
         c->c_ssh->kex->kex[KEX_KEM_SNTRUP4591761X25519_SHA512] = kex_gen_client;          c->c_ssh->kex->kex[KEX_KEM_SNTRUP761X25519_SHA512] = kex_gen_client;
         ssh_set_verify_host_key_callback(c->c_ssh, key_print_wrapper);          ssh_set_verify_host_key_callback(c->c_ssh, key_print_wrapper);
         /*          /*
          * do the key-exchange until an error occurs or until           * do the key-exchange until an error occurs or until

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138