Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Getting Error:my $ssh = Net::OpenSSH->new("ip-address", user => $user, password => $ +password, timeout => 3600, master_opts => [-o => "StrictHostKeyChecking=no"], ctl_dir => $E +NV{HOME});
command-line: line 0: Bad configuration option: ServerAliveInterval Unable to connect to remote host: unable to establish master SSH conne +ction: bad password or master process exited unexpectedly at t1.pl li +ne 33.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting error: ...etc...
by LanX (Saint) on Aug 15, 2014 at 13:25 UTC | |
|
Re: E_TITLE_TOO_LONG
by Anonymous Monk on Aug 15, 2014 at 14:27 UTC | |
by LanX (Saint) on Aug 15, 2014 at 18:56 UTC |