[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.441 and 1.442

version 1.441, 2016/06/03 03:14:41 version 1.442, 2016/06/03 04:09:39
Line 752 
Line 752 
                         }                          }
                         options.request_tty = REQUEST_TTY_NO;                          options.request_tty = REQUEST_TTY_NO;
                         no_shell_flag = 1;                          no_shell_flag = 1;
                         options.clear_forwardings = 1;  
                         options.exit_on_forward_failure = 1;  
                         break;                          break;
                 case 'q':                  case 'q':
                         options.log_level = SYSLOG_LEVEL_QUIET;                          options.log_level = SYSLOG_LEVEL_QUIET;

Legend:
Removed from v.1.441  
changed lines
  Added in v.1.442