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

Diff for /src/usr.bin/ssh/ssh.c between version 1.448 and 1.449

version 1.448, 2016/12/06 07:48:01 version 1.449, 2017/02/17 02:04:15
Line 1072 
Line 1072 
                 options.proxy_use_fdpass = 0;                  options.proxy_use_fdpass = 0;
                 snprintf(port_s, sizeof(port_s), "%d", options.jump_port);                  snprintf(port_s, sizeof(port_s), "%d", options.jump_port);
                 xasprintf(&options.proxy_command,                  xasprintf(&options.proxy_command,
                     "ssh%s%s%s%s%s%s%s%s%s%.*s -W %%h:%%p %s",                      "ssh%s%s%s%s%s%s%s%s%s%.*s -W [%%h]:%%p %s",
                     /* Optional "-l user" argument if jump_user set */                      /* Optional "-l user" argument if jump_user set */
                     options.jump_user == NULL ? "" : " -l ",                      options.jump_user == NULL ? "" : " -l ",
                     options.jump_user == NULL ? "" : options.jump_user,                      options.jump_user == NULL ? "" : options.jump_user,

Legend:
Removed from v.1.448  
changed lines
  Added in v.1.449