in reply to
Remote machine access issue using Net::SSH
It seems that
Net::SSH
uses the binary program called
ssh
, which is not installed on your machine.
The obvious fix is to install it.
Comment on
Re: Remote machine access issue using Net::SSH
Download
Code
In Section
Seekers of Perl Wisdom