On Fri, 12 Oct 2007, Jason Bradley Nance wrote: > I'm using OpenSSH 3.9p1-9 (RHEL4u5). Is there a ssh_config / .ssh/config > option to turn on quiet mode (-q)? I'm trying to suppress the banner output > from a specific server, but can't pass flags to the command-line.
-q is "LogLevel QUIET".
-q in the source code is:
options.log_level = SYSLOG_LEVEL_QUIET
I don't see how it is related to banner output. If you have control of
server, see sshd_config's Banner and PrintMotd.
Jeremy C. Reed
