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

Diff for /src/usr.bin/ssh/readconf.c between version 1.271 and 1.272

version 1.271, 2017/04/28 03:20:27 version 1.272, 2017/04/30 23:10:43
Line 193 
Line 193 
         { "smartcarddevice", oUnsupported },          { "smartcarddevice", oUnsupported },
         { "pkcs11provider", oUnsupported },          { "pkcs11provider", oUnsupported },
 #endif  #endif
 #ifdef WITH_SSH1  
         { "rsaauthentication", oRSAAuthentication },  
         { "rhostsrsaauthentication", oRhostsRSAAuthentication },  
         { "compressionlevel", oCompressionLevel },  
 # else  
         { "rsaauthentication", oUnsupported },          { "rsaauthentication", oUnsupported },
         { "rhostsrsaauthentication", oUnsupported },          { "rhostsrsaauthentication", oUnsupported },
         { "compressionlevel", oUnsupported },          { "compressionlevel", oUnsupported },
 #endif  
   
         { "forwardagent", oForwardAgent },          { "forwardagent", oForwardAgent },
         { "forwardx11", oForwardX11 },          { "forwardx11", oForwardX11 },
Line 2558 
Line 2552 
   
         /* Integer options */          /* Integer options */
         dump_cfg_int(oCanonicalizeMaxDots, o->canonicalize_max_dots);          dump_cfg_int(oCanonicalizeMaxDots, o->canonicalize_max_dots);
 #ifdef WITH_SSH1  
         dump_cfg_int(oCompressionLevel, o->compression_level);  
 #endif  
         dump_cfg_int(oConnectionAttempts, o->connection_attempts);          dump_cfg_int(oConnectionAttempts, o->connection_attempts);
         dump_cfg_int(oForwardX11Timeout, o->forward_x11_timeout);          dump_cfg_int(oForwardX11Timeout, o->forward_x11_timeout);
         dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts);          dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts);

Legend:
Removed from v.1.271  
changed lines
  Added in v.1.272