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

Diff for /src/usr.bin/ssh/readconf.h between version 1.115 and 1.116

version 1.115, 2016/05/04 12:21:53 version 1.116, 2016/06/03 03:14:41
Line 112 
Line 112 
         struct Forward *remote_forwards;          struct Forward *remote_forwards;
         int     clear_forwardings;          int     clear_forwardings;
   
           /* stdio forwarding (-W) host and port */
           char   *stdio_forward_host;
           int     stdio_forward_port;
   
         int     enable_ssh_keysign;          int     enable_ssh_keysign;
         int64_t rekey_limit;          int64_t rekey_limit;
         int     rekey_interval;          int     rekey_interval;

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116