Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perl 5.20.1 version downloaded.How to set up the path?

I downloaded strawberry perl 5.20.1 to my windows 7.
I also installed cpan module.
However when I run the program, it still shows that cannot find NET::OpenSSH Should I make correct path in environment variables on my computer? If yes, how an what is the correct path?

Should I use something else instead?

I just want to login to Linux box from windows 7


1 Answers

From perldoc Net::OpenSSH,

On the other hand, Net::OpenSSH does not work on Windows, not even under Cygwin. [..]

Net::OpenSSH does not work on Windows. OpenSSH multiplexing feature requires passing file handles through sockets, something that is not supported by any version of Windows.

like image 200
mpapec Avatar answered Feb 02 '26 20:02

mpapec



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!