[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.139 and 1.140

version 1.139, 2021/01/26 05:32:21 version 1.140, 2021/02/15 20:43:15
Line 110 
Line 110 
         struct Forward *remote_forwards;          struct Forward *remote_forwards;
         int     clear_forwardings;          int     clear_forwardings;
   
           /* Restrict remote dynamic forwarding */
           char  **permitted_remote_opens;
           u_int   num_permitted_remote_opens;
   
         /* stdio forwarding (-W) host and port */          /* stdio forwarding (-W) host and port */
         char   *stdio_forward_host;          char   *stdio_forward_host;
         int     stdio_forward_port;          int     stdio_forward_port;

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140