Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Net::SSH::Expect Connection Refused

by netauto (Initiate)
on Dec 18, 2012 at 19:01 UTC ( [id://1009446]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     sub cisco_ssh_login {
       my $login_output = "";
    ...
     if ( $login_result eq "ssh_failed") { $login_result = &cisco_telnet_l
    +ogin(); };
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       $ssh->exec("terminal length 0");
    }
    my $system_result           = &nexus_sys_info();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found