[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.59 and 1.60

version 1.59, 2003/12/16 15:49:51 version 1.60, 2004/03/05 10:53:58
Line 100 
Line 100 
         int     enable_ssh_keysign;          int     enable_ssh_keysign;
         int     rekey_limit;          int     rekey_limit;
         int     no_host_authentication_for_localhost;          int     no_host_authentication_for_localhost;
           int     identities_only;
         int     server_alive_interval;          int     server_alive_interval;
         int     server_alive_count_max;          int     server_alive_count_max;
 }       Options;  }       Options;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60