use Net::SSH::W32Perl; my $ssh = Net::SSH::W32Perl->new($host,debug=>1); $ssh->login($user, $pass); my($stdout, $stderr, $exit) = $ssh->cmd("/bin/bash /bin/ls -lrt");
In reply to Re: ssh not working
by lukeyboy1
in thread ssh not working
by veeruch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |