[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.136 and 1.137

version 1.136, 2018/07/09 21:26:02 version 1.137, 2018/09/20 03:28:06
Line 110 
Line 110 
         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 */          char   *hostkeyalgorithms;      /* SSH2 server key types */
           char   *ca_sign_algorithms;     /* Allowed CA signature algorithms */
         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 */
         int     kerberos_authentication;        /* If true, permit Kerberos          int     kerberos_authentication;        /* If true, permit Kerberos
Line 240 
Line 241 
                 M_CP_STROPT(authorized_principals_command_user); \                  M_CP_STROPT(authorized_principals_command_user); \
                 M_CP_STROPT(hostbased_key_types); \                  M_CP_STROPT(hostbased_key_types); \
                 M_CP_STROPT(pubkey_key_types); \                  M_CP_STROPT(pubkey_key_types); \
                   M_CP_STROPT(ca_sign_algorithms); \
                 M_CP_STROPT(routing_domain); \                  M_CP_STROPT(routing_domain); \
                 M_CP_STROPT(permit_user_env_whitelist); \                  M_CP_STROPT(permit_user_env_whitelist); \
                 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \                  M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137