[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#483663: openssh-client: quiet mode isn't quiet with -O



Package: openssh-client
Severity: minor

When the -O option is used to control an ssh process over the master
socket, it is not affected by quiet mode:

chrisb@telly:~$ ssh -M -S test.ctl -f -N pie
chrisb@telly:~$ ssh -q -S test.ctl -O exit pie
Exit request sent.

The manual defines quiet mode as:

     -q      Quiet mode.  Causes all warning and diagnostic messages to
		 be suppressed.  Only fatal errors are displayed.  If a second -q is
		 given then even fatal errors are suppressed, except for those
		 produced due solely to bad arguments.

The above message is clearly not a fatal error, but is displayed anyway.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash



Reply to: