Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Net::SSH::Perl ConnectTimeout (ssh -o option)

by codejerk (Initiate)
on Aug 10, 2006 at 13:19 UTC ( [id://566612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %DIRECTIVES = (
        BindAddress             => [ \&_set_str, 'bind_address' ],
        Host                    => [ \&_host ],
    ...
        User                    => [ \&_set_str, 'user' ],
        UserKnownHostsFile      => [ \&_set_str, 'user_known_hosts' ],
    );
    
  2. or download this
    sub _create_socket {
        my $ssh = shift;
        my $sock = gensym;
    ...
    
        $sock;
    }
    
  3. or download this
    use Net::SSH::Perl;
    
    ...
                                    "StrictHostKeyChecking no"],
                    debug => 'true'
            );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found