[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.43 and 1.44

version 1.43, 2002/06/08 05:17:01 version 1.44, 2002/11/07 22:08:07
Line 99 
Line 99 
         int     num_remote_forwards;          int     num_remote_forwards;
         Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];          Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION];
         int     clear_forwardings;          int     clear_forwardings;
   
           int     enable_ssh_keysign;
         int     no_host_authentication_for_localhost;          int     no_host_authentication_for_localhost;
 }       Options;  }       Options;
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44