[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.1 and 1.2

version 1.1, 1999/09/26 20:53:37 version 1.2, 1999/09/29 00:10:16
Line 33 
Line 33 
 {  {
   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 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.1  
changed lines
  Added in v.1.2