[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.148 and 1.149

version 1.148, 2022/09/17 10:33:18 version 1.149, 2022/11/28 01:37:36
Line 177 
Line 177 
         char   *known_hosts_command;          char   *known_hosts_command;
   
         int     required_rsa_size;      /* minimum size of RSA keys */          int     required_rsa_size;      /* minimum size of RSA keys */
           int     enable_escape_commandline;      /* ~C commandline */
   
         char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */          char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */
 }       Options;  }       Options;

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149