[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.150 and 1.151

version 1.150, 2023/01/13 02:58:20 version 1.151, 2023/07/17 04:08:31
Line 70 
Line 70 
         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   *ca_sign_algorithms;     /* Allowed CA signature algorithms */
         char   *hostname;       /* Real host to connect. */          char   *hostname;       /* Real host to connect. */
           char   *tag;            /* Configuration tag name. */
         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. */
         char   *user;           /* User to log in as. */          char   *user;           /* User to log in as. */

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151