in reply to simulating 'ssh -q' on Net::OpenSSH
$ssh = Net::OpenSSH->new($host, master_opts => ['-q']); [download]