[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.119 and 1.120

version 1.119, 2015/05/22 03:50:02 version 1.120, 2015/07/10 06:21:53
Line 102 
Line 102 
         int     hostbased_authentication;       /* If true, permit ssh2 hostbased auth */          int     hostbased_authentication;       /* If true, permit ssh2 hostbased auth */
         int     hostbased_uses_name_from_packet_only; /* experimental */          int     hostbased_uses_name_from_packet_only; /* experimental */
         char   *hostbased_key_types;    /* Key types allowed for hostbased */          char   *hostbased_key_types;    /* Key types allowed for hostbased */
           char   *hostkeyalgorithms;      /* SSH2 server key types */
         int     rsa_authentication;     /* If true, permit RSA authentication. */          int     rsa_authentication;     /* If true, permit RSA authentication. */
         int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */          int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */
         char   *pubkey_key_types;       /* Key types allowed for public key */          char   *pubkey_key_types;       /* Key types allowed for public key */

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120