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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.365 and 1.366

version 1.365, 2023/11/20 02:50:00 version 1.366, 2024/01/11 01:45:36
Line 1557 
Line 1557 
 {  {
         int type[] = {          int type[] = {
                 KEY_RSA,                  KEY_RSA,
   #ifdef WITH_DSA
                 KEY_DSA,                  KEY_DSA,
   #endif
                 KEY_ECDSA,                  KEY_ECDSA,
                 KEY_ED25519,                  KEY_ED25519,
                 KEY_XMSS,                  KEY_XMSS,

Legend:
Removed from v.1.365  
changed lines
  Added in v.1.366