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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.147 and 1.148

version 1.147, 2005/12/07 03:52:22 version 1.148, 2005/12/28 22:46:06
Line 1688 
Line 1688 
   
         if (!options.forward_x11) {          if (!options.forward_x11) {
                 error("Warning: ssh server tried X11 forwarding.");                  error("Warning: ssh server tried X11 forwarding.");
                 error("Warning: this is probably a break in attempt by a malicious server.");                  error("Warning: this is probably a break-in attempt by a malicious server.");
                 return NULL;                  return NULL;
         }          }
         originator = packet_get_string(NULL);          originator = packet_get_string(NULL);
Line 1721 
Line 1721 
   
         if (!options.forward_agent) {          if (!options.forward_agent) {
                 error("Warning: ssh server tried agent forwarding.");                  error("Warning: ssh server tried agent forwarding.");
                 error("Warning: this is probably a break in attempt by a malicious server.");                  error("Warning: this is probably a break-in attempt by a malicious server.");
                 return NULL;                  return NULL;
         }          }
         sock =  ssh_get_authentication_socket();          sock =  ssh_get_authentication_socket();

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148