Subject: Re: bin/12460 (scp warns about size of server host key despite "-q")
To: None <mlelstv@netbsd.org, gnats-admin@netbsd.org,>
From: None <mlelstv@netbsd.org>
List: netbsd-bugs
Date: 10/08/2006 08:35:19
Synopsis: scp warns about size of server host key despite "-q"

Responsible-Changed-From-To: bin-bug-people->mlelstv@netbsd.org
Responsible-Changed-By: mlelstv@netbsd.org
Responsible-Changed-When: Sun, 08 Oct 2006 08:35:18 +0000
Responsible-Changed-Why:
Final comment. While scp and ssh do have a -q option, both do
different things. To make scp ask ssh to do the equivalent
of the -q option you have to set the LogLevel option. I.e.

scp -o LogLevel=quiet ....

You may still want the -q option to scp to disable the progress meter.