[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.5 and 1.6

version 1.5, 1999/10/03 21:50:03 version 1.6, 1999/10/06 20:07:42
Line 56 
Line 56 
   
   int port;                     /* Port to connect. */    int port;                     /* Port to connect. */
   int connection_attempts;      /* Max attempts (seconds) before giving up */    int connection_attempts;      /* Max attempts (seconds) before giving up */
     int number_of_password_prompts; /* Max number of password prompts. */
   int cipher;                   /* Cipher to use. */    int cipher;                   /* Cipher to use. */
   char *hostname;               /* Real host to connect. */    char *hostname;               /* Real host to connect. */
   char *proxy_command;          /* Proxy command for connecting the host. */    char *proxy_command;          /* Proxy command for connecting the host. */

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