Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. drunkmonkey

    Login WAIT in Net::SSH::Expect

    ngibsonn, I was just wrestling with the same thing, this worked for me: my $ssh = Net::SSH::Expect->new ( host => $HOST, password => $PASS, user => $USER, raw_pty => 1, timeout => 10 );

Part and Inventory Search

Back
Top