[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.118 and 1.119

version 1.118, 2017/04/28 03:20:27 version 1.119, 2017/04/30 23:11:45
Line 75 
Line 75 
         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. */
         int     protocol;       /* Protocol in order of preference. */  
         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.118  
changed lines
  Added in v.1.119