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

Diff for /src/usr.bin/ssh/ssh.c between version 1.354 and 1.355

version 1.354, 2010/11/13 23:27:50 version 1.355, 2010/11/29 23:45:51
Line 842 
Line 842 
   
         /* Log into the remote system.  Never returns if the login fails. */          /* Log into the remote system.  Never returns if the login fails. */
         ssh_login(&sensitive_data, host, (struct sockaddr *)&hostaddr,          ssh_login(&sensitive_data, host, (struct sockaddr *)&hostaddr,
             pw, timeout_ms);              options.port, pw, timeout_ms);
   
         if (packet_connection_is_on_socket()) {          if (packet_connection_is_on_socket()) {
                 verbose("Authenticated to %s ([%s]:%d).", host,                  verbose("Authenticated to %s ([%s]:%d).", host,

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355