[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.6 and 1.7

version 1.6, 1999/10/06 20:07:42 version 1.7, 1999/10/12 21:04:22
Line 34 
Line 34 
   int forward_agent;            /* Forward authentication agent. */    int forward_agent;            /* Forward authentication agent. */
   int forward_x11;              /* Forward X11 display. */    int forward_x11;              /* Forward X11 display. */
   int gateway_ports;            /* Allow remote connects to forwarded ports. */    int gateway_ports;            /* Allow remote connects to forwarded ports. */
     int use_privileged_port;      /* Don't use privileged port if false. */
   int rhosts_authentication;    /* Try rhosts authentication. */    int rhosts_authentication;    /* Try rhosts authentication. */
   int rhosts_rsa_authentication;/* Try rhosts with RSA authentication. */    int rhosts_rsa_authentication;/* Try rhosts with RSA authentication. */
   int rsa_authentication;       /* Try RSA authentication. */    int rsa_authentication;       /* Try RSA authentication. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7