[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.569 and 1.570

version 1.569, 2021/09/20 04:02:13 version 1.570, 2021/12/02 02:44:44
Line 1321 
Line 1321 
   
         /* Force no tty */          /* Force no tty */
         if (options.request_tty == REQUEST_TTY_NO ||          if (options.request_tty == REQUEST_TTY_NO ||
             (muxclient_command && muxclient_command != SSHMUX_COMMAND_PROXY))              (muxclient_command && muxclient_command != SSHMUX_COMMAND_PROXY) ||
               options.session_type == SESSION_TYPE_NONE)
                 tty_flag = 0;                  tty_flag = 0;
         /* Do not allocate a tty if stdin is not a tty. */          /* Do not allocate a tty if stdin is not a tty. */
         if ((!isatty(fileno(stdin)) || options.stdin_null) &&          if ((!isatty(fileno(stdin)) || options.stdin_null) &&

Legend:
Removed from v.1.569  
changed lines
  Added in v.1.570