I need to have a program under Win32 access another host using SSH. There is a CPAN module for Net::SSH, but it requires a command-line ssh, not the putty I normally use (different args). I looked for Net::SSH::W32Perl, but could not find a CPAN repository with a copy -- I do not have a compiler on this host.
I saw a similar question dated 2001, but I was wondering if there was a solution, now?