in reply to Re: Net::OpenSSH - page not loading completely
in thread Net::OpenSSH - page not loading completely
I haven't found the file handle in question. Will need to read further how to track it. Thanks.my %opts = ( user => 'root', batch_mode => 1, key_path => '~/.ssh/id_rsa', #passwd => '', ssh_cmd => '/usr/bin/ssh', default_stdin_fh => $def_in, #default_stdout_fh => $def_out, master_stdout_discard => 1, master_stderr_discard => 1, kill_ssh_on_timeout => 1, timeout => 5 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::OpenSSH - page not loading completely
by Eliya (Vicar) on Apr 16, 2012 at 13:27 UTC | |
by comanche008 (Initiate) on Apr 16, 2012 at 15:02 UTC | |
by Eliya (Vicar) on Apr 16, 2012 at 16:08 UTC | |
by salva (Canon) on Apr 16, 2012 at 16:59 UTC | |
by comanche008 (Initiate) on Apr 17, 2012 at 07:30 UTC |