I'm running a Perl script on windows machine that needs to use SSH for logging into network elements. How can I accomplish this? Any idea? Since windows doesn't support SSH how can i implement this?
Regards Madhu
I'm running a Perl script on windows machine that needs to use SSH for logging into network elements. How can I accomplish this? Any idea? Since windows doesn't support SSH how can i implement this?
Regards Madhu
you install putty and use that.
This answer might help you, or using port forwarding might be more helpful, you haven't given enough information to know exactly what you want.