in reply to Re^3: -q option in Net::OpenSSH
in thread -q option in Net::OpenSSH

got it to work with:
my %opts = (master_opts => [-o => "StrictHostKeyChecking=no"],master_s +tderr_discard => 1);