[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.127 and 1.128

version 1.127, 2018/07/19 10:28:47 version 1.128, 2018/09/20 03:30:44
Line 67 
Line 67 
         char   *macs;           /* SSH2 macs in order of preference. */          char   *macs;           /* SSH2 macs in order of preference. */
         char   *hostkeyalgorithms;      /* SSH2 server key types in order of preference. */          char   *hostkeyalgorithms;      /* SSH2 server key types in order of preference. */
         char   *kex_algorithms; /* SSH2 kex methods in order of preference. */          char   *kex_algorithms; /* SSH2 kex methods in order of preference. */
           char   *ca_sign_algorithms;     /* Allowed CA signature algorithms */
         char   *hostname;       /* Real host to connect. */          char   *hostname;       /* Real host to connect. */
         char   *host_key_alias; /* hostname alias for .ssh/known_hosts */          char   *host_key_alias; /* hostname alias for .ssh/known_hosts */
         char   *proxy_command;  /* Proxy command for connecting the host. */          char   *proxy_command;  /* Proxy command for connecting the host. */

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128