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

Diff for /src/usr.bin/ssh/Attic/sshconnect1.c between version 1.22 and 1.23

version 1.22, 2001/02/03 10:08:37 version 1.23, 2001/02/08 10:47:04
Line 1032 
Line 1032 
             options.password_authentication && !options.batch_mode) {              options.password_authentication && !options.batch_mode) {
                 char prompt[80];                  char prompt[80];
   
                 snprintf(prompt, sizeof(prompt), "%.30s@%.40s's password: ",                  snprintf(prompt, sizeof(prompt), "%.30s@%.128s's password: ",
                     server_user, host);                      server_user, host);
                 if (try_password_authentication(prompt))                  if (try_password_authentication(prompt))
                         return;                          return;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23