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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.73 and 1.74

version 1.73, 2001/05/18 14:13:29 version 1.74, 2001/05/19 16:32:16
Line 202 
Line 202 
                 userauth_pubkey,                  userauth_pubkey,
                 &options.pubkey_authentication,                  &options.pubkey_authentication,
                 NULL},                  NULL},
           {"hostbased",
                   userauth_hostbased,
                   &options.hostbased_authentication,
                   NULL},
         {"password",          {"password",
                 userauth_passwd,                  userauth_passwd,
                 &options.password_authentication,                  &options.password_authentication,
Line 210 
Line 214 
                 userauth_kbdint,                  userauth_kbdint,
                 &options.kbd_interactive_authentication,                  &options.kbd_interactive_authentication,
                 &options.batch_mode},                  &options.batch_mode},
         {"hostbased",  
                 userauth_hostbased,  
                 &options.hostbased_authentication,  
                 NULL},  
         {"none",          {"none",
                 userauth_none,                  userauth_none,
                 NULL,                  NULL,

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74