Help for this page
#!/usr/bin/perl use warnings; ... my $ssh = Net::OpenSSH->new("MY SERVER_IP",%opts,master_opts => [-i => + "MY KEY FILE"], async => 1); $ssh->system("/root/test.sh") or die "remote command failed: " . $ssh->error;
[Fri Jun 27 12:11:57 2014] [error] [client localhost] Permission denie +d (publickey,gssapi-keyex,gssapi-with-mic).\r, referer: http://localh +ost/cgi-bin1/test.cgi