[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.3 and 1.4

version 1.3, 1999/09/29 18:16:20 version 1.4, 1999/09/30 05:03:05
Line 49 
Line 49 
   int use_rsh;                  /* Always use rsh (don\'t try ssh). */    int use_rsh;                  /* Always use rsh (don\'t try ssh). */
   int batch_mode;               /* Batch mode: do not ask for passwords. */    int batch_mode;               /* Batch mode: do not ask for passwords. */
   int strict_host_key_checking; /* Strict host key checking. */    int strict_host_key_checking; /* Strict host key checking. */
 #ifdef WITH_ZLIB  
   int compression;              /* Compress packets in both directions. */    int compression;              /* Compress packets in both directions. */
   int compression_level;        /* Compression level 1 (fast) to 9 (best). */    int compression_level;        /* Compression level 1 (fast) to 9 (best). */
 #endif /* WITH_ZLIB */  
   int keepalives;               /* Set SO_KEEPALIVE. */    int keepalives;               /* Set SO_KEEPALIVE. */
   
   int port;                     /* Port to connect. */    int port;                     /* Port to connect. */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4