Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: -q option in Net::OpenSSH

by web (Initiate)
on May 23, 2012 at 17:15 UTC ( [id://972069]=note: print w/replies, xml ) Need Help??


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

Thanks! This was the solution. I used the %opts has on my call to new() and included master_stderr_discard => 1, inside that hash which I was already using for "user" and "password". Thanks again. You Monks rock! *grin*

Replies are listed 'Best First'.
Re^3: -q option in Net::OpenSSH
by Anonymous Monk on Jul 07, 2014 at 20:37 UTC
    Is there a way to combine
    master_opts => [-o => "StrictHostKeyChecking=no", ], master_stderr_dis +card => 1
    in one %opts ? Thanks.
      got it to work with:
      my %opts = (master_opts => [-o => "StrictHostKeyChecking=no"],master_s +tderr_discard => 1);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://972069]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (11)
As of 2024-04-23 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found